Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
Quiz title : Set - 002 - Part 04
Question 1 of 30



The following SAS program is submitted:


data WORK.OUTDS;

do until(Prod GT 6);

Prod + 1;

end;

run;


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