nerdexam
SAS_Institute

A00-202 · Question #36

The following SAS program is submitted: SAS A00-202 Exam data new (bufsize = 6144 bufno = 4); set old; run; Which one of the following describes the difference between the usage of BUFSIZE= and…

The correct answer is B. BUFSIZE= specifies the size of the output buffer in bytes; BUFNO= specifies the number of. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

SAS A00-202 Exam data new (bufsize = 6144 bufno = 4); set old; run; Which one of the following describes the difference between the usage of BUFSIZE= and BUFNO= options?

Options

  • ABUFSIZE= specifies the size of the input buffer in bytes; BUFNO= specifies the number of
  • BBUFSIZE= specifies the size of the output buffer in bytes; BUFNO= specifies the number of
  • CBUFSIZE= specifies the size of the output buffer in kilobytes; BUFNO= specifies the number
  • DBUFSIZE= specifies the size of the output buffer in kilobytes; BUFNO= specifies the number

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    83% (44)
  • C
    8% (4)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice