DB2 Scalar functions - ASCII
The ASCII function returns the ASCII code value of the leftmost character of the argument as an integer.
The schema is SYSFUN.
The result of the function is always INTEGER.
The result can be null; if the argument is null, the result is the null value.