ElearnSAS.com

ElearnSAS.com
SAS Learning Platform

Base SAS 115

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;
Click Comment link to get answer

20 comments:

  1. A
    Use after the print statement.

    ReplyDelete
  2. Anonymous6:42 PM

    answer A

    ReplyDelete
  3. Anonymous11:22 AM

    To reset it , the answer will be 'C'.
    Rethink about your answer.

    ReplyDelete
  4. Anonymous1:01 PM

    A, reset is unknown option in SAS.

    ReplyDelete
  5. Hi,

    I can clear your SAS certification . Plz contact

    sasexpert.blogspot.in


    Regards,
    Susobhan Ghosh
    +91-8527684639

    ReplyDelete
    Replies
    1. 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

      Delete
  6. Answer : C
    The 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.

    ReplyDelete
  7. 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?

    ReplyDelete
    Replies
    1. Anonymous10:21 AM

      When you run PROC MEANS, in output window to your top right hand side.

      Delete
  8. Anonymous8:58 PM

    Should it not be as
    Options number pageno=1;

    ReplyDelete
  9. Anonymous2:14 PM

    Answer - A

    ReplyDelete
  10. Can someone explain this question, since I am not able to see page number in SAS

    ReplyDelete
  11. 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/

    ReplyDelete
  12. There is no reset option, So answer is A

    ReplyDelete
  13. There is no reset option, So answer is A

    ReplyDelete