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 (December 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 1 Dec 2009 11:27:19 -0500
Reply-To:     "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject:      Re: limit title to first page only
In-Reply-To:  <9de99dc3-3885-4704-bc76-928bdbdc4339@g27g2000yqn.googlegroups.com>
Content-Type: text/plain; charset=us-ascii

> From: inason > Subject: limit title to first page only > > Hi all, > > I've created a text file using proc printto. > This file spans multiple pages and the title appears in every page, > but I would > like to have the title in the first page only. > Is there a way to tell sas to print the title on the first page only?. > > Many thanks before hand for anyhelp.

not really.

the kludge is to set pagesize to max

options pagesize = max;

so the title is only printed once.

http://www.sascommunity.org/wiki/Page_Style

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov


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