Search found 1 match

by SSgan
Mon Mar 04, 2013 4:31 pm
Forum: COBOL
Topic: Numeric check for Alphanumeric variable
Replies: 2
Views: 5060

Numeric check for Alphanumeric variable

Hi,

I am having requirement to check whether Alphanumric variable is having numeric value(just numbers) in it.
Ex- VAR 1 defined as X(4).
It can have value as '1234' OR '12ds'
i need to process based on whether it is having number values or alphanum values.
Can anyone help on this?