COBCH0243 集団項目の VALUE 句の値は文字または表意定数にすること
If you specify a VALUE clause for a group item, the value in the clause must be either a nonnumeric literal or a figurative constant.
COBCH0246 KEY 名前 がない、または無効である
You have not specified the RECORD KEY clause in the file description of an indexed sequential file.
COBCH0247 指標名を明示的に宣言している
You have declared an index data item explicitly. The item is declared implicitly by its appearance in an INDEX phrase, so you have in effect declared the same item twice.
COBCH0248 ISAM キー 名前 が長すぎる
A data item that is to be used as an indexed sequential file key is longer than the maximum length allowed for such keys.
COBCH0249 複数の副キーが同じエリアを参照している
The two alternate keys you have defined for an indexed sequential file overlap. Alternate keys must be completely distinct from one another.
COBCH0250 STATUS 項目 名前 がない、または無効である
You have either not declared the data item specified in the FILE STATUS clause of a file control entry, or you have declared it incorrectly.
COBCH0251 CURSOR 項目 名前 がない、または無効である
You have either not declared the data item specified in the CURSOR IS clause in the SPECIAL-NAMES paragraph, or you have declared the item incorrectly.
COBCH0252 PASSWORD 項目 名前 がない、または無効である
You have either not declared the data item specified in the PASSWORD clause in a file description entry, or you have declared the item incorrectly.
COBCH0253 LABEL RECORD 、または DATA RECORD 名前がない、または無効である
You have either not declared the record item specified in the LABEL RECORD or DATA RECORD clauses in a file description entry, or you have declared the item incorrectly.
COBCH0254 VALUE OF 項目 名前 がない、または無効である
You have either not declared one or more of the data items named in the VALUE OF clause of an FD entry in the File Section, or you have declared such an item incorrectly.
COBCH0255 利用者語 名前 が特殊レジスタと同じである
You have declared a data item with the same name as one of the special registers, which are data items that are automatically declared by your COBOL system.
COBCH0256 先行レコードの長さがゼロである
You have defined a file record with zero length. This is probably due to errors in all of the elementary item descriptions in the record definition.
COBCH0257 KEY データ名がない、またはすでに宣言されている
You have either not declared a data item specified in the KEY phrase of an OCCURS clause, or you have declared it twice.
COBCH0258 ASSIGN データ名 名前 が無効である
You have specified an ASSIGN data-name in a SELECT ... ASSIGN clause that is not unitary, that is, the data definition contains an OCCURS clause.
COBCH0259 報告書名が無効である、または RD 句に誤りがある
You have defined a report-name that is either not unique or which does not conform to the rules for user-defined words. Alternatively, you have specified a clause in an RD entry incorrectly.
COBCH0260 ページ記述が矛盾している
The values you have specified in the PAGE LIMIT clause are not consistent; for example, the integer in the LAST DETAIL phrase is smaller than the integer in the FIRST DETAIL phrase.