SAS_Institute
A00-202 · Question #18
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?
The correct answer is C. temporary disk usage. SAS A00-202 Exam
iWork Integration
Question
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?
Options
- ACPU usage only
- BI/O usage only
- Ctemporary disk usage
- DI/O and CPU usage
How the community answered
(43 responses)- A5% (2)
- B12% (5)
- C77% (33)
- D7% (3)
Explanation
SAS A00-202 Exam
Topics
#TAGSORT option#disk space#proc sort#performance optimization
Community Discussion
No community discussion yet for this question.