COBOL Messages


LNC1464

Key %1 OF %2 OF %3 is not unique in this context. Key ignored.

30

Cause . . . . . : Two or more items with this name exist. Two or more of these items are defined as types which are valid here. Specification of more than one COPY-DDS statement for file %3 may have caused format %2 to be included multiple times.

Recovery . . . : Change the name of the item to make it unique, or change the COPY-DDS statement(s) to ensure that the format is included only once for the file.


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