DATE | NODATE NUMBER | NONUMBER PAGENO= PAGESIZE= LINESIZE=


PAGENO=


If you do print page numbers, you can also specify the beginning page number for your report using the PAGENO= option. In the following example, the page numbers, beginning with number 3, are displayed on the output produced by the PRINT procedure.
     options nodate number pageno=3;
proc print data=fees.december;
run;

                                               3

Obs     Name Fee
     
              130     Moore, S           124.80
              131     Ortiz, V           124.80
              132     Alexander, J     149.75
              133     Peterson, L          85.21
              134     Baker, T          124.80
              135     Wu, A            149.75
              136     Smith, K          85.21







Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement