Lists the Syntax Checking error messages from COBCH0321 through COBCH0340.
COBCH0321 Repeated INDEXED BY phrase
You have used more than one INDEXED BY phrase on a table. This is not conformant with your selected flagging dialect.
COBCH0322 Cannot reference DEBUG-ITEM outside declaratives
You have referred to your COBOL system-generated data item DEBUG-ITEM in a procedure that is not in the Declaratives Section of your program's Procedure Division. References to DEBUG-ITEM are permitted only in the Declaratives Section.
COBCH0326 Literal cannot be receiving field
You have specified a literal value as the receiving field in an operation involving an implicit or explicit move. A receiving field must be a data item.
COBCH0327 Index item not permitted
You have named an index data item as the sending or receiving field in a MOVE statement. This is not permitted.
COBCH0330 Not a record name
You must specify the name of a file record in this context (as defined in an FD entry in the File Section). You have probably misspelled a valid record-name.
COBCH0333 Not an alterable paragraph
The paragraph you have named in an ALTER statement is not a paragraph on which an ALTER statement can operate. Such a paragraph must consist of a single sentence containing only a single GO TO statement (without a DEPENDING phrase).
COBCH0338 REPORT not specified in an FD
You have referred to a report for which no FD entry exists in the Report Section. You might have forgotten to specify the report entry, or you might have misspelled a correct report-name.