According to the ECOBOL manual, NUMERIC consists entirely of the characters 0 through 9, with or without an operational sign.
The intrinsic function NUMVAL could help clear the garbage....
CICS is allowing me to enter '.' (decimal) and spaces in this field and hence screen abends with ASRA
I tried to handle this useing NOT NUMERIC within program but it doesn't work.
Any idea on how to prevent user from entering . or spaces in this field?
The NUM attrb is worthless. Even with the original 3270 with the extra cost NUM LOCK feature it could be overridden so I never bothered with it. You just have handle the zero fill, right justification and validation in your program.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum