DBCS Notation

DBCS character strings in literals, comments are delimited by shift-out (represented by <) and shift-in (represented by >) characters. The EBCDIC codes for these characters are X'0E' and X'0F' respectively. Double-byte characters are represented thusly: D1D2D3, while DBCS literals look like this: G"<D1D2D3>". If you specify the APOST option, you may use single quotes instead.