nerdexam
SAS_Institute

A00-280 · Question #56

Which statement correctly adds a label to the data set?

The correct answer is D. DATA two (label="Subjects having duplicate observations"); set one; run. See the full explanation below for the reasoning.

Question

Which statement correctly adds a label to the data set?

Options

  • ADATA two label="Subjects having duplicate observations"; set one; run;
  • BDATA two; label="Subjects having duplicate observations"; set one; run;
  • CDATA two; set one; label dataset="Subjects having duplicate observations"; run;
  • DDATA two (label="Subjects having duplicate observations"); set one; run;

How the community answered

(63 responses)
  • A
    3% (2)
  • B
    11% (7)
  • C
    5% (3)
  • D
    81% (51)

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice