SAS_Institute
A00-281 · Question #11
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables: The DEATH data set is one record per subject, sorted by usubjid vistdtc…
The correct answer is A. data data_1. See the full explanation below for the reasoning.
Question
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables:
The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:
Which program will combine the DEATH and VISIT data sets by matching records?
Options
- Adata data_1;
- Bdata data_1;
- Cdata data_1;
- Ddata data_1;
How the community answered
(31 responses)- A81% (25)
- B3% (1)
- C6% (2)
- D10% (3)
Community Discussion
No community discussion yet for this question.