Wednesday, December 20, 2006

Base SAS 34

The following SAS program is submitted:
data work.clients;
calls = 6;
do while (calls le 6);
calls + 1;
end;
run;
Which one of the following is the value of the variable CALLS in the output data set?
A. 4
B. 5
C. 6
D. 7
Click Comment link to get answer

No comments:

Post a Comment