nerdexam
SAS_Institute

A00-201 · Question #53

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…

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

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    76% (13)
  • C
    12% (2)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice