nerdexam
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

A00-211 question #226 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)
  • A
    84% (31)
  • B
    3% (1)
  • C
    5% (2)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice