Date: Mon, 16 Apr 2007 12:42:21 -0700
Reply-To: saslearn007@GMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: saslearn007@GMAIL.COM
Organization: http://groups.google.com
Subject: arrays
Content-Type: text/plain; charset="iso-8859-1"
Dear SAS users,
I have a data set like this
id dat1 dat2 dat3
a 1jan2001
a 1jan2002
a 1jan2004
b 2jan2001 3jan2001
b 1jan2003
c 2jan2001
c 1jan2001
I want to make this data set to have one record per id with all the
information available
I am trying to do using macros or arrays.
Could not make it work. any help will be appreciated
thanks
|