SAS_Institute
A00-201 · Question #63
The following SAS program is submitted: proc print data = sasuser.houses; run; <insert OPTIONS statement here> proc means data = sasuser.shoes; run; Which one of the following OPTIONS statements…
The correct answer is A. options pageno = 1. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc print data = sasuser.houses;
run;
<insert OPTIONS statement here>
proc means data = sasuser.shoes;
run;
Which one of the following OPTIONS statements resets the page number to 1 for the second report?
Options
- Aoptions pageno = 1;
- Boptions pagenum = 1;
- Coptions reset pageno = 1;
- Doptions reset pagenum = 1;
How the community answered
(29 responses)- A79% (23)
- B7% (2)
- C3% (1)
- D10% (3)
Community Discussion
No community discussion yet for this question.