Under
z/OS, the macro facility uses an EBCDIC character encoding for %EVAL
and for the automatic evaluation of macro characters. For example,
%EVAL(“A”)
evaluates to
the integer 193 (hexadecimal C1) because this value is the code point
for the character A in the EBCDIC character set.