COBOL Messages


LNC0868

Name %1 already declared with clause %2. %2 clause discarded.

20

Cause . . . . . : In the same program, two data description entries for a data-name, or a type-name, with the same name, should not both have the %2 clause.

Recovery . . . : Remove the %2 clause from one of the data-name or type-name definitions.


[ Top of Page | Previous Page | Next Page | Table of Contents ]