#12Multiple Choice

The following SAS program is submittad:
data work.sales;
do year = 1 to 5;
do month=1 to 12;
x+1;
output
end;
end;
run;
How many observations are written the WORK SALES data set?

Previous
Question 12 of 269
Exam A00-211 Topic 1 Question 12
Back to all questions
Next