nerdexam
SAS_Institute

A00-211 · Question #58

The following SAS program is submitted: options pageno = 1; proc print data = sasuser.houses; run; proc means data = sasuser.shoes; run; The report created by the PRINT procedure step generates 5…

The correct answer is D. 6. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

options pageno = 1; proc print data = sasuser.houses; run; proc means data = sasuser.shoes; run; The report created by the PRINT procedure step generates 5 pages of output. What is the page number on the first page of the report generated by the MEANS procedure step?

Options

  • A1
  • B2
  • C5
  • D6

How the community answered

(38 responses)
  • A
    13% (5)
  • B
    5% (2)
  • C
    3% (1)
  • D
    79% (30)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice