A00-202 Web TestEngine demo

Exit VCEDump A00-202 SAS Advanced Programming
Question 11 of 20
0% complete
Q11 Single choice

The following SAS program is submitted:
data one;
do i = 1 to 10;
ptobs = ceil(ranuni(0) * totobs);
set temp point = ptobs
nobs = totobs;
output;
end;
stop;
run;

The SAS data set TEMP contains 2,500,000 observations.

Which one of the following represents the possible values for PTOBS?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in