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
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
|