LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 14 Sep 1999 10:54:06 GMT
Reply-To:   Tom Clarke <tom.clarke@ABBOTT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Tom Clarke <tom.clarke@ABBOTT.COM>
Organization:   Abbott Laboratories
Subject:   Re: Changing the pagenumber in PROC Report

You could try the "PAGENO=" option. I think this works in proc report.

The PAGENO=n option restarts numbering at the value n for the next page of output produced by SAS.

Rasmus Haubro Rohde <rohde@daimi.au.dk> wrote in article <37DDF3A0.167E@daimi.au.dk>... > Is there anyway that I can write something like: > > PROC REPORT /* bla bla bla */ > > > compute before var; > if we_need_to_start_from_one = 1 then > _pageno_ = 1; > endcomp; > > END; > > Or do I need to generate my own title-header with the pagenumber in it? > > -- > /Rohde >


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