COBCH0028 データ項目が長すぎる
You have declared a data item that is too long for the specified data-type.
COBCH0029 データ名ではない
You have specified an operand that is not a data item where a valid data item is expected. For example, you might have specified an FD-name or a condition-name instead of a data-name.
COBCH0030 集団項目とする
You have specified an elementary item as the sending or receiving field in a MOVE CORRESPONDING statement.
COBCH0031 基本項目とする
You have specified the name of a group data item in a context in which an elementary item must be used.
COBCH0032 添字付け、指標付けはできない
You have specified a subscripted or indexed data item where one is not allowed.
COBCH0033 手続き名とする
A procedure-name (that is, a paragraph or section-name) is expected in this context. You have probably specified a data-name.
COBCH0034 作用対象 名前 は数字とする
A numeric value is required in this context, and you have specified a nonnumeric value.
COBCH0035 整数値が必要である
An integer value is required in this context, and you have specified a noninteger value.
COBCH0036 英数字が必要である
An alphanumeric value is required in this context, and you have specified a numeric value.
COBCH0040 ファイル名がない。またはファイル名に誤りがある
The filename you have specified either does not conform to COBOL rules for filenames, or has not been declared in the FILE-CONTROL paragraph. This might be due to a misspelled valid filename.