Date: Wed, 2 Nov 2005 09:29:37 -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: Proc report compute line left Justified
Content-Type: text/plain; charset="iso-8859-1"
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;
|