nerdexam
SAS_Institute

A00-202 · Question #66

Which one of the following SAS programs uses the most amount of memory resources for output buffers?

The correct answer is D. data new(bufsize = 2000 bufno = 3). See the full explanation below for the reasoning.

Question

Which one of the following SAS programs uses the most amount of memory resources for output buffers?

Options

  • Adata new(bufsize = 1000 bufno = 5);
  • Bdata new(bufsize = 1000 bufno = 2);
  • Cdata new(bufsize = 4000 bufno = 1);
  • Ddata new(bufsize = 2000 bufno = 3);

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    12% (4)
  • D
    79% (27)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice