SAS_Institute
A00-281 · Question #46
Given the following data set: Which SAS program produced this output?
The correct answer is A. proc sort data=one(where=(age>50)) out=two. See the full explanation below for the reasoning.
Question
Given the following data set:
Which SAS program produced this output?
Options
- Aproc sort data=one(where=(age>50)) out=two;
- Bproc sort data=one(if=(age>50)) out=two;
- Cproc sort data=one out=two;
- Dproc sort data=one out=two;
How the community answered
(22 responses)- A82% (18)
- B5% (1)
- C9% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.