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 (November 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 1 Nov 1999 22:08:47 -0600
Reply-To:     Paul McDonald <paul_mcdonald@AMERITECH.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Paul McDonald <paul_mcdonald@AMERITECH.NET>
Organization: Ameritech.Net www.ameritech.net  Complaints: abuse@ameritech.net
Subject:      Re: page number

That's on the SASware ballot every year, and I always check "YES" to try to get them to add it.

Here's pretty much your options now: 1--Export the document to a word processor that can do it (like MS-WORD) 2--Export the document to a text file and know which character you use for FORMDLIM=, then read that file back into SAS and count the page breaks referenced by the FORMDLIM= character, then read it in once again and write the "PAGE x OF y" statement using a DATA _NULL_ ; 3--Do the whole report in a DATA _NULL_ where you can count the expected # of pages first and then create the report 4--Get over not having PAGE x OF y 5--Not get over having PAGE x OF y and complain about it a lot.

I pick option 5, at least most of the time.


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