SAS Certified Base Programmer 123 Questions (86)
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
Topics:
SAS Base Questions |
1 Comment »
D