nerdexam
SAS_Institute

A00-211 · Question #68

The following SAS program is submitted: data work.pieces; do while (n lt 6); n + 1; end; run; Which one of the following is the value of the variable N in the output data set?

The correct answer is C. 6. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data work.pieces; do while (n lt 6); n + 1; end; run; Which one of the following is the value of the variable N in the output data set?

Options

  • A4
  • B5
  • C6
  • D7

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    78% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice