ILE COBOL Language Reference

CCSID(a b c)

CCSID specifies the coded character set identifier (CCSID) that records in files, and data associated with LOCALEs, are converted to at run time. CCSID takes the form:

  CCSID(a b c)

where a is the locale single-byte data CCSID, b is the non-locale single-byte data CCSID, and c is the non-locale double-byte data CCSID. The order in which these are specified is significant.

CCSID a, b, or c, is JOBRUN, JOB, HEX, or "coded-character-set-identifier".


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]