nerdexam
SAS_Institute

A00-281 · Question #7

Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?

The correct answer is A. data demo (label='Demographics'). See the full explanation below for the reasoning.

Question

Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?

Options

  • Adata demo (label='Demographics');
  • Bdata demo;
  • Cdata demo (label 'Demographics');
  • Ddata demo;

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    5% (1)
  • C
    10% (2)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice