LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 29 Aug 2002 11:51:36 -0700
Reply-To:   miranda <mixiao@UCLA.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   miranda <mixiao@UCLA.EDU>
Organization:   http://groups.google.com/
Subject:   second simlpe question
Content-Type:   text/plain; charset=ISO-8859-1

Hi,

I have a simple dataset like below, I would like my new vlaues like this "0201","0101","0401" "38289" ;

data test; input values $20.; cards; 0201,0101,0401 38289 ;

Does anyone know how to translate it?

Thanks.


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