How to convert a alphanumeric string into numeric decimal in COBOL
Posted
by Raja Reddy
on Stack Overflow
See other posts from Stack Overflow
or by Raja Reddy
Published on 2010-03-28T13:06:10Z
Indexed on
2010/03/28
13:13 UTC
Read the original article
Hit count: 256
For eg., i have alphanumeric string 'ABCDEF 0 0.450' and i need to get '0.450' as numeric decimal and do arithmetic on it. Do we have a way? Please suggest.
© Stack Overflow or respective owner