CHAR2INT: Translating a Character Into an Integer Value
The CHAR2INT function translates an ASCII or EBCDIC character to the integer value it represents, depending on the operating system.
Translate a Character Into an Integer Value
CHAR2INT("character")
where:
character
Is the ASCII or EBCDIC character to translate into its integer value.