Date: Wed, 26 Jun 2002 14:41:08 -0400
Reply-To: Kevin Auslander <kevin.auslander@CCSITEAM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Kevin Auslander <kevin.auslander@CCSITEAM.COM>
Subject: variable renameing
Content-Type: multipart/alternative;
I have a data set named letters with variable names a,b,c,d,..etc. I
want to rename these variables with names that are stored in another
data set called names. The names data set looks like the following:
Id name
------------------------
a speed
b temperature
c volume
d time
Etc. etc.
How can I accomplish this without having to manually type each name into
a rename data step. Please help. Thanks.
Kevin
[text/html]
|