nerdexam
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)
  • A
    5% (2)
  • B
    12% (5)
  • C
    77% (33)
  • D
    7% (3)

Explanation

SAS A00-202 Exam

Topics

#TAGSORT option#disk space#proc sort#performance optimization

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice