Date: Fri, 18 Nov 2005 07:41:43 -0800
Reply-To: DBAdmin_Umich <dan.awad@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: DBAdmin_Umich <dan.awad@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: How can I change data values quick and easy
In-Reply-To: <1132326765.487667.7550@g49g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
There are ways around typing all the names. Why not use:
proc contents data=data short;
run;
copy & paste output to editor and eliminate all that need to be
processed in a recode array.
not the prettiest way, but best way to make sure you're not coding over
valid 8's
good luck
|