SAS_Institute
A00-201 · Question #50
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
(41 responses)- A2% (1)
- B10% (4)
- C80% (33)
- D7% (3)
Community Discussion
No community discussion yet for this question.