By admin | August 28, 2009

SAS Certified Base Programmer 123 Questions (6)

The following SAS program is submitted:

proc print data = sasuser.houses;
run;

<insert OPTIONS statement here>

proc means data = sasuser.shoes;
run;

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

A. option pageno = 1;
B. option pagenum = 1;
C. options reset pageno = 1;
D. options reset pagenum = 1;

One comment | Add One

  1. admin - 08/28/2009 at 3:01 pm

    A

Leave a Comment

Leave a Reply

Your email address will not be published.