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 (May 1997, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 30 May 1997 19:13:45 +0100
Reply-To:   RolandRB@netcomuk.co.uk
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Roland <RolandRB@NOSPAM.NETCOMUK.CO.UK>
Organization:   Church of the Electroconvulsive Liberation
Subject:   Re: convert char to numeric..
Content-Type:   text/plain; charset=us-ascii

data _null_; str='5'; x=input(str,8.); put x=; ...................... x=5

Roland

satori..MSLO wrote: > > can anybody tell me how to convert a char string to a numeric variable? > thanks > > miriam@clarknet.com


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