The valid data types for Unicode data are the G (Graphic) data type and the A (Character) type.
Normally, by specifying G, the field contains graphic-DBCS EBCDIC data. In combination with the CCSID keyword, the field contains UTF-16 data. When conversion is necessary between corresponding fields in a physical and logical file, data will be mapped between the characters of the UTF-16 CCSID and the CCSID of the corresponding field.
Normally, by specifying A, the field contains EBCDIC data. In combination with the CCSID keyword, the field contains UTF-8 data. When conversion is necessary between corresponding fields in a physical and logical file, data will be mapped between the characters of the UTF-8 CCSID and the CCSID of the corresponding field.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.