EQA1620E If the CHAR built-in function is invoked with only one argument, that argument must not have the GRAPHIC attribute with length 16383.

Explanation

CHAR(x) is illegal if x is GRAPHIC with length 16383 since the resultant string would require 32768 characters.