Aug 10, 2011

Q3.


When the following SAS program is submitted:


data work.sales;
do year = 1 to 5;
do month = 1 to 12;
x + 1;
end;
run;


Which one of the following represents how many observations are written to the WORK.SALES
data set?


A. 5
B. 60
C. 1
D. 0

No comments:

Post a Comment