Date: Wed, 2 Nov 2005 11:26:33 -0800
Reply-To: gscsrc@HOTMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Greg Curson <gscsrc@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Proc report compute line left Justified
In-Reply-To: <1130957661.176135.207660@g47g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
Ryan,
Thanks the @1 worked and it only needed it for my first line
I did not have to put it with each line statement!
Greg
Ryan Howard wrote:
> gscsrc@hotmail.com wrote:
> > Below my note lines are center justified, is there a way I can
> > get them left justified if so how might I do this?
> > if you need more of my code I will post more.
> > thanks!
> >
> > break after newcndtlet / ;
> >
> > compute after newcndtlet;
> > line "Note: something something";
> > line "continue something something something";
> > line "XXXXXXXXXXXX";
> >
> > endcomp;
>
> Two Ideas:
>
> 1. line @1 "XXXXXXXXXXXX";
> 2. options nocenter;
>
> Hope one of these solves your problem,
>
> -Ryan
|