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 (December 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 4 Dec 2008 11:24:19 -0800
Reply-To:     balkrishnan@GMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         balkrishnan@GMAIL.COM
Organization: http://groups.google.com
Subject:      Need to Have Space before the Data
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Hi, I have one computed Column in SAS EG. If the Case is close then i put * before it else Space. But i am not able to have space before it. I am using the below code. Any help appreciated.

Eg : IVD Case = case when QUERY_FOR_VCASE.CD_STATUS_CASE = "C" then "* " || QUERY_FOR_VCASE.ID_CASE else " " || QUERY_FOR_VCASE.ID_CASE end

Thanks Bala


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