COBCH0062 Nested COPY replacement causes termination of parent COPY replacement
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 Data item must have fixed location
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 error
The compiler detected the error shown on your screen in your SQL syntax.
COBCH0070 Invalid argument
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 Invalid FUNCTION name
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 Missing left parenthesis
You have specified an intrinsic function which requires parameters, but have not preceded the parameter list with a left parenthesis.
COBCH0074 Numeric argument expected
You have specified a nonnumeric argument with an intrinsic function which is expecting a numeric argument.
COBCH0077 Unexpected end of source within 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 Numeric function not allowed
You have specified an intrinsic function that returns a numeric value in a position where a numeric value is not allowed.