LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page