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 (March 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 14 Mar 2003 16:49:14 -0500
Reply-To:     "Elmaache, Hamani" <Hamani.Elmaache@CCRA-ADRC.GC.CA>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Elmaache, Hamani" <Hamani.Elmaache@CCRA-ADRC.GC.CA>
Subject:      Change the uppercase VALUE OF VARIABLE A
Content-Type: text/plain; charset="iso-8859-1"

I have variable A and its values can be: Common common Sepated sepated . But in fact, Common and common are the same thing. I cannot go through all the vaiables that have same problem. Is there way to change the values for uppercase or lowcase? I know, I can write some thing like:

if A='common ' then Aa='Common';

But this force me to change the name of variable and write many code for each variable.

Thanks a lot and have nice week-end.


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