DSNU1108I csect-name UNIQUE INDEX KEY DUPLICATES KEY FROM INPUT DATASET RECORD iiii FOR PART m LOADED AT RID rid-value INDEX = index-name TABLE = table-name RECNO = recno RID = dup-rid-value

Explanation

When the specified input data set record (recno) was loaded into the indicated table partition, a unique index violation occurred for the specified index. This record duplicates the key value of another record in the LOAD job: the record loaded at RID rid-value from input data set record iiii.

csect-name
The name of the control section that issued the message.
iiii
The input data set record that was previously loaded.
m
The partition number.
rid-value
The record ID (RID) value.
index-name
The name of the index for which a unique index violation occurred.
table-name
The table name.
recno
The input data set record that caused the error.
dup-rid-value
The record ID (RID) value where the record was loaded.

System action

Processing continues. Index entries are not created for either record. Both records will be deleted in a subsequent phase of processing.

Severity

4 (warning)