LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 16 Feb 1996 11:07:01 PST
Reply-To:   TWB2%Rates%FAR@GO50.COMP.PGE.COM
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   TWB2%Rates%FAR@GO50.COMP.PGE.COM
Subject:   Re: Page Number Variable
Comments:   To: gsk5@CORNELL.EDU

George, The true page number may not be available. The "working" page number which is printed on output is available as the value of the PAGENO option. I maintain a job which creates diagnostic reports, then sets PAGENO to 1 before printing the distribution reports--this has reduced the number of calls from people who thought their copy was missing the first few pages.

If you have a sufficiently modern version of SAS, you can read the value of PAGENO from SASHELP.VOPTION (or is it SASHELP.VOPTIONS?).

Tim Berryhill - Contract Programmer and General Wizard TWB2@PGE.COM Frequently at Pacific Gas & Electric Co., San Francisco The correlation coefficient between their views and my postings is slightly less than 0 ----------------------[Reply - Original Message]---------------------- Sent by:George Kozak <gsk5@CORNELL.EDU> I am assuming that SAS maintains the true page count in a global variable (some kind of automatic variable). I know that it is not _PAGE_ and none of the documentation that I have nor any of the SAS guru's at my site could tell me what the name of this variable is. Does anyone know?


Back to: Top of message | Previous page | Main SAS-L page