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:   Sat, 31 May 1997 02:53:44 GMT
Reply-To:   Keith Brown <kbrown@ARLINGTON.NET>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Keith Brown <kbrown@ARLINGTON.NET>
Organization:   StarText department of the Fort Worth Star Telegram
Subject:   Re: convert char to numeric..

Check out the INPUT function (NOT the input STATEMENT). Example: num1=INPUT( string1,3.); where string1 is a 3 byte string, "3." is the informat to "read" it with.

On 30 May 1997 18:04:37 GMT, miriam@clark.net (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