Date: Wed, 5 Aug 2009 10:00:27 -0400
Reply-To: Abc Unha <abcunha@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Abc Unha <abcunha@YAHOO.COM>
Subject: Give lable name from SAS dataset
I have a table with variable names like Line_1 Line_2 and have another
table that contains labels for these variables.
For e.g.
Table1
id Line_1 Line_2 Line_3
111 GA USA 31904
113 VA USA 23220
Table2
Columns Label
id Identification Number
Line_1 State
Line_2 Country
Line_3 Zip code
Dynamically I would like to give lable using Table2 in all variables in
Table1.
Is there anyways to do this?