SAS_Institute
A00-212 · Question #76
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 D. temporary disk usage. See the full explanation below for the reasoning.
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
- AI/O usage only
- BCPU usage only
- CI/O and CPU usage
- Dtemporary disk usage
How the community answered
(39 responses)- A3% (1)
- B13% (5)
- C5% (2)
- D79% (31)
Community Discussion
No community discussion yet for this question.