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
|