Lists the Syntax Checking error messages from COBCH1021 through COBCH1040.
COBCH1021 Slack bytes added in conversion of COMP-6 to COMP
You are using a program converted from RM/COBOL that contains a COMP-6 numeric data item which has been converted to a COMP numeric data item. As a result of this conversion, less data space might have been allocated to the numeric data item and, therefore, your COBOL system adds leading binary zeros to pad the space, if required.
COBCH1027 Literal is numeric - treated as nonnumeric
A numeric literal is being used in relation to a nonnumeric data item; for example, as the VALUE of an 88 level entry attached to a nonnumeric data item. The literal is converted to an alphanumeric literal.