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 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
Comments: To: sas-l@uga.edu
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;


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