Start of change

CCSID of literals and compile-time data

If CCSID(*EXACT) is specified on a Control statement

The CCSID of the compilation is the EBCDIC CCSID related to the CCSID of the primary source file.

If CCSID(*EXACT) is not specified

UCS-2 literals have the CCSID specified by the CCSID(*UCS2) Control-statement keyword. If this keyword is not specified, UCS-2 literals have CCSID 13488.

Hexadecimal literals have CCSID 65535 or *HEX.

The CCSID of compile-time data is the same as the CCSID of literals.

End of change