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 (May 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 21 May 2004 08:17:21 -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: Title Statements Dilemma
Comments: cc: Paula Sims <me@HERE.COM>
Content-Type: text/plain; charset="US-ASCII"

> From: Paula Sims [mailto:me@HERE.COM] > I am outputting reports (mostly using PROC TABULATE but some > with PROC REPORTS and PROC PRINT) and I would like the first > line (report > description) centered, some descriptive information left > aligned, and the output centered again. So it would look like > the following (with the department information similarly aligned): > > REPORT OF CUSTOMER COMPLAINTS 2002 - CURRENT > > Department: 12345 - Printing > Location: Atlanta, GA > Region: 6 > > PROC TABULATE/REPORT/PRINT output here. > > I wouldn't mind it if the Department information were > centered but at long as it's not "spread out".

BTDT: developed this round flat thing with a hole in the middle a macro which returns lines for titles or footnotes with provided text left, centered, or right and that 'or' is not 'xor' but can do all three in one string

see: tip TextLine replace SYSDATE in TITLE1

check our most excellent archives: http://www.listserv.uga.edu/archives/sas-l.html search for: subject contains: TextLine author's address: RJF2 since: 11 Dec 2002 until:

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


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