nerdexam
SAS_Institute

A00-212 · Question #107

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

The correct answer is C. 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 = 2000 bufno = 3);
  • Ddata new(bufsize = 4000 bufno = 1);

How the community answered

(20 responses)
  • A
    15% (3)
  • B
    5% (1)
  • C
    70% (14)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice