SAS_Institute
A00-211 · Question #214
Given the SAS data set WORKAWARDS: WORK.AWARDS FNAMEPOINTSMONTH ---------------------------------- Amy24 Amy17 Gerard33 Wang33 Wang112 Wang18 The following SAS program is submitted: proc sort data =…
The correct answer is D. ENAME POINTS MONTH. See the full explanation below for the reasoning.
Question
Given the SAS data set WORKAWARDS:
WORK.AWARDS FNAMEPOINTSMONTH ---------------------------------- Amy24 Amy17 Gerard33 Wang33 Wang112 Wang18 The following SAS program is submitted:
proc sort data = work.awards; by descending fname points; run; How are the observations sorted?
Options
- AENAME POINTS MONTH
- BENAME POINTS MONTH
- CENAME POINTS MONTH Wang33
- DENAME POINTS MONTH
How the community answered
(37 responses)- A14% (5)
- B5% (2)
- C5% (2)
- D76% (28)
Community Discussion
No community discussion yet for this question.