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)))