COBOL Messages
%1 contains a %2 clause. Clause ignored.
30
Cause . . . . . : %1
cannot be used with a %3 clause for one of the following
reasons:
- %1, or a subordinate data item, is defined using a TYPE
clause. It cannot be used as the object of a LIKE clause, nor as the
subject or object of a REDEFINES clause.
- %1 is defined with an OCCURS or OCCURS ...
DEPENDING clause, and cannot be used as the object of a REDEFINES
clause.
- %1 is defined with an OCCURS ... DEPENDING
clause, and cannot be used as the subject of a REDEFINES clause.
- %1 is defined with an CONSTANT clause in the linkage
section.
Recovery . . . : Remove either the %2
clause or the %3 clause.
[ Top of Page | Previous Page | Next Page | Table of Contents ]