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)- A85% (17)
- B5% (1)
- C10% (2)
Community Discussion
No community discussion yet for this question.