COBCH0045 作用対象 名前 の長さに誤りがある
The operand in this statement is the wrong length (for example, you have specified a prompt character more than one character long).
COBCH0046 符号系名が必要である
You must specify the name of a user-defined collating sequence here.
COBCH0048 右側のかっこがない。または余分である
The number of left and right parentheses in an arithmetic expression is not the same.
COBCH0049 指標名または指標名付きデータ名を不適切に使用している
You have used an item with USAGE INDEX in a context where it is not allowed. See the related topics for details of where you can use such items.
COBCH0050 POINTER データ項目、ADDRESS OF、NULL を不適切に使用している
You have tried to perform an illegal operation on a data item with USAGE POINTER. Alternatively, you have tried to apply the ADDRESS OF phrase to an item that is not an 01 or 77 level item in the Working-Storage or Linkage Section.
COBCH0051 報告書名ではない
You must use a report-name in this context. You have probably misspelled a valid report-name.
COBCH0052 順編成ファイルだけに許される
You have performed an operation that is permitted only if the file has SEQUENTIAL organization (for example, CLOSE REEL/UNIT).
COBCH0053 指令 名前 は無効、またはここには使用できない
You have either specified a COBOL system directive in the wrong place or specified an invalid COBOL system directive in a $SET statement in your program.
COBCH0054 字類名が必要である
You have failed to define the class-name in the SPECIAL-NAMES paragraph, or you have misspelled a COBOL class-name.
COBCH0055 指標名がテーブルサイズより大きい値に設定されている
A SET index-name TO literal statement has been used to try to set an index name to a value greater than the number in the OCCURS clause for which that index name belongs.
COBCH0057 報告集団ではない
You must use a report group in this context. You have probably misspelled a valid report group-name.
COBCH0058 報告書名または報告集団ではない
You have specified neither a valid report-name nor a valid report group in a GENERATE statement. You have probably misspelled the report-name or the report group.