DSNU1172I csect-name- KEY EVALUATION ERROR OCCURRED DURING PROCESSING AT RID rid-value INDEX = index-name TABLE = table-name RECNO= input-dataset-record-number for-part = part-num

Explanation

A key evaluation error occurred when the extended index was built. The record was not loaded.

csect-name
The name of the control section that issued the message.
rid-value
The record ID (RID) value.
index-name
The index name.
table-name
The table name.
input-dataset-record-number
The record number in the input data set.
part-num
The partition number

System action

Processing terminates. An abend is requested so that the LOAD utility can be restarted after the error condition is corrected.

User response

Find the failing record in the input data set, correct the condition that caused the key evaluation error, and restart LOAD. You can optionally include a SYSDISC DD statement in the JCL input to hold copies of records that are not loaded.

Severity

8 (error)