Date: Tue, 30 Jul 2002 17:13:11 GMT
Reply-To: Clemens van Brunschot <vanbrunschotNO@JUNKbigfoot.com>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Clemens van Brunschot <vanbrunschotNO@JUNKBIGFOOT.COM>
Organization: chello broadband
Subject: Re: PROC PRINT: Centering the output ????
George, you need (before your PROC statement):
OPTIONS CENTER=NO;
It will work for output from most PROC's.
Regards,
Clemens van Brunschot
"george lewycky" <gelewyc@nyct.com> wrote in message
news:68aecc05.0207300712.665c0c70@posting.google.com...
> Why does the PROC PRINT center the output ??
> Can I have it left justified instead??
>
> any suggestions thanks in advance
>
> george
|