SAS_Institute
A00-211 · Question #90
The SAS data set WORK.AWARDS is listed below: fname points Amy 2 Amy 1 Gerard 3 Wang 3 Wang 1 Wang 2 The following SAS program is submitted: proc sort data = work.awards; by descending fname points…
The correct answer is D. Wang 1. See the full explanation below for the reasoning.
Question
The SAS data set WORK.AWARDS is listed below:
fname points Amy 2 Amy 1 Gerard 3 Wang 3 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
- BWang 3
- CWang 3
- DWang 1
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C6% (2)
- D83% (29)
Community Discussion
No community discussion yet for this question.