Start of change

DSNU1117I csect-name - UNIQUE INDEX KEY DUPLICATES KEY OF INDEXED RECORD AT RID existing-RID INDEX = index-name TABLE = table-name RECNO = duplicate-RID

Explanation

An input data set record that was loaded into a table duplicates the key value of a record that is already in the table. This situation causes a unique index violation.

csect-name
The name of the control section that issued the message.
existing-RID
The record ID that was already in the table.
index-name
The name of the index that is missing or incorrectly defined.
table-name
The name of the table.
duplicate-RID
The new record ID, which would cause the unique index violation.

System action

Processing stops if the LOAD utility job with the SHRLEVEL CHANGE option is on a table space that is defined with the NOT LOGGED attribute. If the table space is partitioned, all partitions where at least one row was loaded are placed in the RECOVER-pending (RECP) and logical page list (LPL) states.

Otherwise, processing continues. No index entry is created for the record at RID duplicate-RID.

User response

No action is required.

Severity

4 (warning)

8 (error)

End of change