EQA1449E The command is not supported with PL/I. Use PL/I built-in function HEX to obtain hexadecimal values.

Explanation

%HEX and MONITOR LIST %HEX are not valid for PL/I. It is recommended that the PL/I built-in function HEX be used instead. For example: LIST HEX(expr) or MONITOR LIST HEX(expr).