Exam : A00-211 SAS Base Programming for SAS (r) 9

3.25 %

Question # (8/246) Next   Previous

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?
A. 6
B. 7
C. 8
D. (missing numeric)