COBCH1123 NAMED も CHANGED も指定していない。定様式の表示として扱う
An EXHIBIT statement has been used without the NAMED or CHANGED phrase. The resulting display is formatted by separating each item with a space.
COBCH1124 CALL 文のパラメーターが定数 (または LENGTH OF)である。BY CONTENT とみなす
You are using a program converted from RM/COBOL to this COBOL that contains a CALL ... USING literal statement. Your COBOL system has assumed that CALL ... USING BY CONTENT literal is what was meant.
COBCH1126 句読文字の前に空白がない。空白があるとみなす
In accordance with ANS85 specifications, the relational operator "=" is considered to be a COBOL reserved word; all reserved words must be both preceded and delimited by a space.
COBCH1128 原始プログラムに STOP RUN、GOBACK、EXIT PROGRAM のどの文も存在しない
The source has no STOP RUN, GOBACK or EXIT PROGRAM statement. Your COBOL system automatically inserts an EXIT statement followed by a STOP RUN statement following the last line in the program. However, this might not have the effect you desire.
COBCH1129 命令文の実行が完了しない
The program flow prevents the statement flagged from being executed.
COBCH1131 命令文は実行可能コードが生成されない
This error might be produced when, for example, an INITIALIZE statement does not cause any code to be created. It is an indication that the statement can be removed from the program. If the error is ignored the effect is as if the statement were removed.
COBCH1132 2バイト文字定数の内容を確認することはできない
Your COBOL system is unable to check that the contents of a DBCS literal are valid. If the contents are invalid the results are unpredictable.
COBCH1133 SQL警告または回復可能なエラー
The SQL processor generated a warning. Check your SQL documentation for further details.