COBCH0142 入れ子のプログラムの中でのみ使用可能である
A clause you have specified is allowed only in a nested program. For example, the COMMON clause, as defined by ANSI.
COBCH0143 見出し部の段落見出しに認識できないものがある
The paragraph header specified is not a legal paragraph of the Identification Division; at least, not in the selected COBOL dialect.
COBCH0146 条件名は FALSEに設定されている
You have tried to SET a condition-name to FALSE. This is not a part of your chosen flagging dialect.
COBCH0147 データ項目に符号を付けてはならない
You have used the syntax RECORD VARYING IN SIZE DEPENDING ON signed-data-item which does not conform with your selected flagging dialect.
COBCH0148 状態条件がない
You have failed to specify a status condition following a function-name IS mnemonic-name clause in the SPECIAL-NAMES paragraph. This is not conformant with your selected flagging dialect.
COBCH0149 SQL 指令が設定されていない
An EXEC SQL statement has been encountered but no SQL directive has been specified. The processing of the statement varies depending on whether the directive SQL is set or not; either SQL or NOSQL must be explicitly specified.
COBCH0155 数字項目は整数とし、PICTURE 句で「P」にしないでください
Where one of the identifiers in a STRING statement is an elementary numeric data item, it must be described as an integer without the 'P' symbol in its PICTURE clause.