Date: Fri, 30 Mar 2007 10:45:00 -0400
Reply-To: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject: Re: UPCASE in Keep statement
In-Reply-To: <200703301317.l2UAkXx7010377@mailgw.cc.uga.edu>
Content-Type: text/plain; charset=us-ascii
> From: Ran S
> Can I use UPCASE in the Keep statement?
> I would like to keep variables with capital letters.
what you asked and what you want are different
examine the option validvarname:
proc options; define value option = validvarname;run;
you'll have to RTFM to find the values to supply to this option
options validvarname=v6;
is what I remember from the previous century
Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov