DSNU344I csect-name - UNIQUE INDEX KEY DUPLICATES KEY OF INDEXED ROW AT RID record-id INDEX = index-name TABLE = table-name RECNO = record-number RID = duplicate-id

Explanation

The indicated input data set record was loaded into a table, but it duplicates the key value of an existing record or a hash key, which causes a unique index violation

csect-name
The name of the control section that issued the message.
record-id
The record ID where the input data set was loaded.
index-name
The name of the index.
table-name
The name of the table.
record-number
The number for the record in the input data set to load.
duplicate-id
The record ID of the duplicate key value.

System action

Processing continues.

No index entry is created for the record at RID duplicate-id. The record will be deleted in a subsequent phase of processing.

Severity

4 (warning)