A00-211 Web TestEngine demo

Exit VCEDump A00-211 SAS Base Programming for SAS 9
Question 8 of 41
0% complete
Q8 Single choice

Given the SAS data set WORK.TEMPS with numeric variables Day and Temp and character variable Month:

Question 8 diagram

The following SAS program is submitted:

proc sort data=WORK.TEMPS;
by Day descending Month;
run;

proc print data=WORK.TEMPS;
run;

Which output is correct?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in