Date: Mon, 12 Nov 2007 15:46:43 -0500
Reply-To: SUBSCRIBE SAS-L Chandra Gadde <ddraj2015@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SUBSCRIBE SAS-L Chandra Gadde <ddraj2015@GMAIL.COM>
Subject: Date from Character Input
Hi All,
I have a character column that looks like this.
11/10/2000 12:00:00 AM
11/20/2000 12:00:00 AM
2/21/2000 12:00:00 AM
10/9/2000 12:00:00 AM
8/2/2000 12:00:00 AM
All I need is DATE format data from this input. In otherwords, I need to
convert the above data into the following (DATE9. format).
10-Nov-00
20-Nov-00
21-Feb-00
09-Oct-00
02-Aug-00
Could you please let know how I can do it in SAS?
|