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?
Kleinstone
3 years, 10 months agoJKo
5 years, 5 months ago