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 (April 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Apr 2004 16:51:35 -0400
Reply-To:     "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:      Re: Move the Page Number
Comments: cc: Bruce Johnson <bjohnson@SOLUCIENT.COM>
Content-Type: text/plain; charset="us-ascii"

> From: Bruce Johnson [mailto:bjohnson@SOLUCIENT.COM] > I'm producing a report in ODS with Proc Report, and have been > able to find some Proc Template code to generate a "Page x of > y" notation, but I can't find anywhere that allows me to put > that anywhere but the upper-right corner of each page. > > Is there an option or code that will allow me to put the page > number elsewhere?

ah, well, how much time are you willing to spend on that?

SAS default page number is a function of Title1

Unlike other OnlyTooHelpful software that's it, if the page number is in upper-right corner "That's SAS output!" you can turn off pagenumber: options nonumber;

I am not aware of how add it to other Title? or FootNote?

that function would be a Good Idea for a SASware ballot item.

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

e-mail your SAS improvements to: suggest@sas.com


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