SAS_Institute
A00-201 · Question #54
A00-201 Question #54: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #54. The question stem and answer options stay visible for context.
Question
The SAS data set WORK.AWARDS is listed below:
fname points
Amy 2
Amy 1
Gerard 3
Wang 1
Wang 1
Wang 2
The following SAS program is submitted:
proc sort data = work.awards;
by descending fname points;
run;
Which one of the following represents how the observations are sorted?
Options
- AWang 3 Gerard 3 Wang 2 Amy 2 Wang 1 Amy 1
- BWang 3 Wang 2 Wang 1 Gerard 3 Amy 2 Amy 1
- CWang 3 Wang 1 Wang 2 Gerard 3 Amy 2 Amy 1
- DWang 2 Wang 1 Wang 1 Gerard 3 Amy 2 Amy 1
Unlock A00-201 to see the answer
You've previewed enough free A00-201 questions. Unlock A00-201 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.