SAS_Institute
A00-281 · Question #15
Given the following data set: Which program was used to prepare the data for this PROC PRINT output?
The correct answer is B. proc sort data=one out=two nodupkey. See the full explanation below for the reasoning.
Question
Given the following data set:
Which program was used to prepare the data for this PROC PRINT output?
Exhibit
Options
- Aproc sort data=one out=two;
- Bproc sort data=one out=two nodupkey;
- Cproc sort data=one out=two nodup;
- Dproc sort data=one out=two nodupkey;
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C3% (1)
- D15% (5)
Community Discussion
No community discussion yet for this question.
