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)- A13% (5)
- B5% (2)
- C3% (1)
- D79% (30)
Community Discussion
No community discussion yet for this question.