Date: Tue, 30 Jul 2002 11:17:40 -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: PROC PRINT: Centering the output ????
Content-Type: text/plain; charset="iso-8859-1"
> From: george lewycky [mailto:gelewyc@NYCT.COM]
> Why does the PROC PRINT center the output ??
> Can I have it left justified instead??
%PUT SAS option for CENTER: %sysfunc(getoption(center));
options nocenter;
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
remember perspective: the error is not always where it seems to occur! --
RJF2
nor the option name
RTFM: I'm an engineer, I don't get paid to know,
I get paid to know where to look it up.
RTFM: Read The Finite Manual.
|