SAS_Institute
A00-211 · Question #135
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?
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)
How the community answered
(29 responses)- A7% (2)
- B72% (21)
- C3% (1)
- D17% (5)
Community Discussion
No community discussion yet for this question.