nerdexam
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)
  • A
    3% (1)
  • B
    13% (5)
  • C
    5% (2)
  • D
    79% (31)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice