SAS_Institute
A00-211 · Question #135
A00-211 Question #135: Real Exam Question with Answer & Explanation
The correct answer is B. 7. See the full explanation below for the reasoning.
Question
The following SAS program is submitted: data work.sets; do until (prod gt 6); prod + 1; end; run; What is the value of the variable PROD in the output data set?
Options
- A6
- B7
- C8
- D(missing numeric)
Community Discussion
No community discussion yet for this question.