Sep 30, 2011

49

The following SAS program is submitted:


data work.sets;
do until (prod gt 6);
prod + 1;
end;
run;


Which one of the following is the value of the variable PROD in the output data set?


A. 5
B. 8
C. 7
D. 6

No comments:

Post a Comment