Start of change

DSNU1124I csect-name - UNIQUE INDEX KEY DUPLICATES KEY OF INDEXED RECORD AT RID existing-RID INDEX = index-name TABLE = table-name RECNO = duplicate-RID FOR PART = part-number

Explanation

In a LOAD utility job, the input data set record for the specified partition would cause a unique index violation. The record duplicates the key value of a record that is already in the table at the specified record ID (RID). The record was not loaded.

csect-name
The name of the control section that issued the message.
existing-RID
The RID that is already in the table.
index-name
The name of the index that would have a unique index violation if the record was loaded.
table-name
The name of the table.
duplicate-RID
The new RID, which would cause the unique index violation.
part-number
The value that identifies the partition or data set.

System action

If LOAD with the SHRLEVEL CHANGE option was used on a table space that is defined with the NOT LOGGED attribute, processing stops. All partitions where at least one row was loaded by the current LOAD job are placed into 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