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 (April 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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