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
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
|