Which one of the following OPTIONS statements resets the page number to 1 for the second report?

The following SAS program is submitted:
proc print data = sasuser.houses;
run;
proc means data = sasuser.shoes;
run;
Which one of the following OPTIONS statements resets the page number to 1 for the second report?
A. options pageno = 1;
B. options pagenum = 1;
C. options reset pageno = 1;
D. options reset pagenum = 1;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.