#8Multiple Choice

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?

Previous
Question 8 of 269
Exam A00-211 Topic 1 Question 8
Back to all questions
Next