| 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
|