Date: Wed, 18 Aug 2004 19:53:47 -0700
Reply-To: Darwin <bryan_ls@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Darwin <bryan_ls@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Adding the date column into the data set
Content-Type: text/plain; charset=ISO-8859-1
d20030523.sas7bat
ID NAME
AA1 Peter
BB2 Wong
CC2 Chan
I would like to take the 2003-05-23 as a SAS date and store into the
dataset for everysingle entry, they all have the same date:
ID NAME Date
AA1 Peter 2003-05-23
BB2 Wong 2003-05-23
CC2 Chan 2003-05-23
What should I do? Can anyone give me some guidelines?
Thanks,
Darwin
|