SAS Certified Adv Programmer 130 Questions (5)
The following SAS program is submitted:
proc sort data = sales tagsort; by month year; run;
Which of the following resource(s) is the TAGSORT option reducing?
A. I/O usage only
B. CPU usage only
C. I/O and CPU usage
D. temporary disk usage
Topics:
SAS Adv Questions |
1 Comment »
D