SAS_Institute
A00-201 · Question #53
A00-201 Question #53: Real Exam Question with Answer & Explanation
The correct answer is B. 1. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data work.sales;
do year = 1 to 5;
do month = 1 to 12;
x + 1;
end;
end;
run;
Which one of the following represents how many observations are written to the WORK.SALES data set?
Options
- A0
- B1
- C5
- D60
Community Discussion
No community discussion yet for this question.