Hi All,
In the past I have often made copious use of intrinsic functions but have moved to a shop that is using VSII cobol. As you know, I cannot compile source with calls to functions like NUMVAL. I really need to find an alternative that will convert a char to a numeric so I can perform arithmetic conditioning. Any thoughts? Thanks.
Example of what I want to do:
IF FUNCTION NUMVAL(WS-STRING) < 100