By admin | October 2, 2009

SAS Certified Base Programmer 123 Questions (103)

The following SAS program is submitted:

options pageno = 1;
proc print data=sasuser. houses;
run;

proc means data=sasuser .shoes;
run;

The report created by the PRINT procedure step generates 5 pages of output.
What is the page number on the first page of the report generated by the MEANS procedure step?

A. 1
B. 2
C. 5
D. 6

3 comments | Add One

  1. admin - 10/2/2009 at 2:32 pm

    D

  2. ZT X. - 03/31/2011 at 11:38 pm

    The first proc. mistypo “print” to “Prient”

  3. admin - 04/5/2011 at 10:33 pm

    Thanks

Leave a Comment

Leave a Reply

Your email address will not be published.