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 (November 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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