SAS Certified Adv Programmer 50 Questions (13)
The following SAS program is submitted:
proc sql noprint; select name into : name1 -: name19 from one; quit;
Given that table One has 19 observations and 5 variables, how many macro variables are created by the above program?
a. 5
b. 6
c. 19
d. 20
Topics:
SAS Adv Questions |
2 Comments »
C
C: 1 to 19 =19 variables