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 (June 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 5 Jun 2003 15:54:31 -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: To Center or Not to Center
Comments: cc: Bruce Johnson <bjohnson@SOLUCIENT.COM>
Content-Type: text/plain

> From: Bruce Johnson [mailto:bjohnson@SOLUCIENT.COM] > I have a report that I'm trying to create, and I would like > to have the tables left-justified and the titles centered.

read the .sig

* pad the character variable to the width of linesize: options center;

length CharVar $ %sysfunc(getoption(linesize));

* pad the title line

Date: Wed, 11 Dec 2002 11:24:02 -0500 From: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV> Subject: tip TextLine replace SYSDATE in TITLE1 http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0212B&L=sas-l&P=R16544

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

By using your intelligence you can sometimes make your problems twice as complicated. -- Ashleigh Brilliant


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