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)- A11% (3)
- B7% (2)
- C78% (21)
- D4% (1)
Community Discussion
No community discussion yet for this question.