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 (August 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?


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