SAS Certified Base Programmer 123 Questions (21)
The following SAS SORT procedure step generates an output data set:
proc sort data = sasuser.houses out = report; by style; run;
In which library is the output data set stored?
A. WORK
B. REPORT
C. HOUSES
D. SASUSER
Topics:
SAS Base Questions |
1 Comment »
A