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?
B. options pagenum = 1;
C. options reset pageno = 1;
D. options reset pagenum = 1;
3 comments:
It is A.
RESET is not an option nor is it when it is coupled with PAGENO.
For more info:
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000279173.htm
C
For latest and updated SAS certification dumps in PDF format contact us at completeexamcollection@gmail.com.
Refer our blog for more details
http://completeexamcollection.blogspot.in/2015/12/sas-certification-dumps.html
Post a Comment