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 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 4 Aug 2008 15:41:59 +0530
Reply-To:     Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Anindya Mozumdar <anindya.lugbang@GMAIL.COM>
Subject:      Re: compare
Comments: To: ash007 <RamsamyAshley@gmail.com>
In-Reply-To:  <9ccd08c5-c764-43ff-b43a-a1d9d77eabe1@k13g2000hse.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

> > How to compare the name of the variable of 2 datasets. just the name > not the information of the variables.

Output the results of PROC CONTENTS to two other datasets, convert the variables names to lower or upper case and do a merge.


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