SAS_Institute
A00-211 · Question #90
A00-211 Question #90: Real Exam Question with Answer & Explanation
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
Community Discussion
No community discussion yet for this question.