SAS_Institute
A00-201 · Question #50
A00-201 Question #50: Real Exam Question with Answer & Explanation
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
Community Discussion
No community discussion yet for this question.