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;
Click Comment link to get answer
A
ReplyDeleteUse after the print statement.
answer A
ReplyDeleteA
ReplyDeleteA
ReplyDeleteA
ReplyDeleteTo reset it , the answer will be 'C'.
ReplyDeleteRethink about your answer.
A, reset is unknown option in SAS.
ReplyDeleteA
ReplyDeleteHi,
ReplyDeleteI can clear your SAS certification . Plz contact
sasexpert.blogspot.in
Regards,
Susobhan Ghosh
+91-8527684639
Hi susobhan, I am giving SAS Base Certification exam next week. SO can you please help me over it. I will appereciate your help. Thanks
DeleteAnswer : C
ReplyDeleteThe PAGENO= system option specifies a beginning page number for the next page of output that SAS produces. Use PAGENO= to reset page numbering during a SAS session.
Probably this is a bit lame, but I am not able to see where exactly the page numbers are displayed. Can anybody please be kind enough to explain?
ReplyDeleteWhen you run PROC MEANS, in output window to your top right hand side.
DeleteShould it not be as
ReplyDeleteOptions number pageno=1;
Answer - A
ReplyDeleteC
ReplyDeleteCan someone explain this question, since I am not able to see page number in SAS
ReplyDeleteFor 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/
ReplyDeleteThere is no reset option, So answer is A
ReplyDeleteThere is no reset option, So answer is A
ReplyDelete