SAS_Institute
A00-211 · Question #139
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?
The correct answer is D. 60. See the full explanation below for the reasoning.
Question
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?
Options
- A0
- B1
- C5
- D60
How the community answered
(16 responses)- A6% (1)
- C13% (2)
- D81% (13)
Community Discussion
No community discussion yet for this question.