SAS_Institute
A00-211 · Question #226
This question will ask you to provide a line of missing code. Given the following data set WORK.SALES: The following program is submitted: Which statement should be inserted to produce the following…
The correct answer is A. Qtr1 = sum(of month {*}). See the full explanation below for the reasoning.
Question
This question will ask you to provide a line of missing code. Given the following data set WORK.SALES:
The following program is submitted:
Which statement should be inserted to produce the following output?
Exhibit
Options
- AQtr1 = sum(of month {*});
- BQtr1 = sum(of month {3});
- CQtr1 = month{1} + month{2} + month {3};
- DQtr1 = sum(of month{ALL});
How the community answered
(37 responses)- A84% (31)
- B3% (1)
- C5% (2)
- D8% (3)
Community Discussion
No community discussion yet for this question.
