Using the GRAPHIC Data Types
The following example shows how to use the GRAPHIC data types in support of kanji or multibyte character data. The FILLER statement describing the input data set or file can contain GRAPHIC data types.
.LAYOUT KANJIDATA; .FIELD EMPNO * SMALLINT; .FIELD LASTNAME * GRAPHIC(30); .FILLER FIRSTNAME * GRAPHIC(30); .FIELD JOBTITLE * VARGRAPHIC(30);