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)- A3% (2)
- B11% (7)
- C5% (3)
- D81% (51)
Community Discussion
No community discussion yet for this question.