Loading...
Select Version
Characters which are processed by a COBOL program can be represented by different character sets. For this purpose the language defines the two data classes alphanumeric and national.
COBOL2000 represents alphanumeric characters in the EBCDIC character set and national characters in UTF-16. Data of the national class is largely defined and used in the same way as the data of the alphanumeric class.