nerdexam
SAS_Institute

A00-201 · Question #104

59: 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…

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

Question

59: 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

(34 responses)
  • A
    6% (2)
  • B
    15% (5)
  • C
    3% (1)
  • D
    76% (26)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice