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 09:05:04 +0200
Reply-To:     Rasmus Haubro Rohde <rohde@DAIMI.AU.DK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rasmus Haubro Rohde <rohde@DAIMI.AU.DK>
Organization: daimi.au.dk
Subject:      Changing the pagenumber in PROC Report
Content-Type: text/plain; charset=us-ascii

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