Lists the Syntax Checking error messages from COBCH0061 through COBCH0080.
COBCH0061 仮原文の指定に誤りがある
A two-character delimiter for pseudotext is missing from either a REPLACE or COPY REPLACING statement.
COBCH0062 REPLACE の内部で COPY REPLACING を使用できない、また逆も同様である
When text replacement is already active because a parent COPY statement uses the REPLACING phrase, any text replacement specified in a nested COPY statement that uses the REPLACING phrase terminates (or overrides) all copy text replacement specified in the parent COPY statement.
COBCH0066 データ項目は固定の位置にあること
An item which is part of an OCCURS ... DEPENDING ON (ODO) table entry is being used as a subscript to the table, or to another ODO table earlier in the group. This is not allowed.
COBCH0068 SQL構文エラー
The compiler detected the error shown on your screen in your SQL syntax.
COBCH0070 無効な引数である
You have either specified a COBOL system directive with an invalid argument in a $SET statement in your program or you have specified an incorrect argument type for an intrinsic function.
COBCH0072 無効なファンクション名である 名前
The name specified after the word FUNCTION is not a recognized function-name. It is possible you are using the word "function" as a data-name. This word is a reserved word.
COBCH0073 左側のかっこがない
You have specified an intrinsic function which requires parameters, but have not preceded the parameter list with a left parenthesis.
COBCH0074 数字の引数が必要である
You have specified a nonnumeric argument with an intrinsic function which is expecting a numeric argument.
COBCH0075 英数字の引数が必要である
You have specified a numeric argument with an intrinsic function where an alphanumeric argument was expected.
COBCH0076 引数の組み合わせが無効である
The set of arguments you have specified with an intrinsic function do not match the types required for that function.
COBCH0077 EXEC 文の内部でプログラムが終了している
The end of a program source was encountered in an EXEC statement. This probably indicates that an END-EXEC has been omitted earlier in the program.
COBCH0078 数字関数は使用できない
You have specified an intrinsic function that returns a numeric value in a position where a numeric value is not allowed.