Lists the Syntax Checking error messages from COBCH0321 through COBCH0340.
COBCH0321 INDEXED BY句を繰り返し使用している
You have used more than one INDEXED BY phrase on a table. This is not conformant with your selected flagging dialect.
COBCH0322 宣言節以外で DEBUG-ITEM は参照できない
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.
COBCH0325 デバッグ手続きの組合わせが無効である
You have specified an invalid combination of USE FOR DEBUGGING procedures in the Declaratives.
COBCH0326 定数は受け取りフィールドに指定できない
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 指標データ項目は指定できない
You have named an index data item as the sending or receiving field in a MOVE statement. This is not permitted.
COBCH0329 SEARCH 文に WHEN 句がない
You have specified a SEARCH statement with no WHEN phrase. You must specify at least one WHEN phrase in a SEARCH statement.
COBCH0330 レコード名ではない
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 変更可能な段落ではない
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).
COBCH0335 選択目的語が選択主体と一致していない
A type mismatch has occurred between one of the selection subjects in an EVALUATE statement and the corresponding selection object.
COBCH0337 同じ項類を繰り返すことはできない
You have repeated the same data class in the REPLACING phrase of an INITIALIZE statement.
COBCH0338 報告書を 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.
COBCH0339 順編成ファイルには指定できない
You have specified an operation that cannot be performed on a file opened in sequential access mode.
COBCH0340 乱呼び出しファイルには指定できない
You have specified an operation that cannot be performed on a file opened in random access mode.