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)- A6% (2)
- B15% (5)
- C3% (1)
- D76% (26)
Community Discussion
No community discussion yet for this question.