What is the value of the variable PROD in the output data set?

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)

Download Printable PDF. VALID exam to help you PASS.

One thought on “What is the value of the variable PROD in the output data set?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.