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 (September 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 11 Sep 2003 18:21:22 +0100
Reply-To:     Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Organization: Universe Monitors
Subject:      Re: Page No.

"Jim Villacorte" <ungas@YAHOO.COM> wrote in message news:200309111602.h8BG2Kq23585@listserv.cc.uga.edu... > Is there any way to retrieve the current page number. I know you set it > with system option PAGENO=, but can you get the value that it is currently > set at? > > TIA. > > Jim

I would guess at %sysfunc(getoption(pageno)) but maybe that does not fulfil your needs.

You could do the same in a data step, of course.

data _null_; pageno=getoption('pageno'); put pageno=; run;

HTH

Wheeeee!!! I'm going to Munich and in time for the Oktoberfest. I'm going to Heaven and being paid for it. :o)))


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