RNF0671

A Graphic literal can only be specified when the source CCSID supports double-byte characters.

30

Cause . . . . . : A Graphic literal can only be coded in a source file whose CCSID is a mixed CCSID that supports both single-byte and double-byte characters. If the Graphic literal is in a /COPY file with a mixed CCSID, the primary source file for the compilation must also have a mixed CCSID. The compiler enforces this rule only when CCSID(*EXACT) is specified.

Recovery . . . : Correct the CCSID of the source file containing the Graphic literal, or correct the CCSID of the primary source file. Compile again.