Generated from C.75.00 /SYS/PUB/CICAT last modified on Fri May 2 09:23:05 2003
Syntax: ALPHANUM(string)
Defn: A CI evaluator function that determines whether or not
a string consists entirely of alphabetic characters
and digits.
Type: Boolean
Example: alphanum('abCd')
Result: TRUE
Example: alphanum('45abd')
Result: TRUE
Example: alphanum('3d ef')
Result: FALSE