nerdexam
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)
  • A
    81% (25)
  • B
    3% (1)
  • C
    6% (2)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice