Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001
Syntax: NUMERIC (string)
Defn: A CI evaluator function that determines whether or not
a string consists entirely of digits.
Type: Boolean
Example: numeric('12345')
Result: TRUE
Example: numeric('$a234ef')
Result: FALSE
Back to Main Index