DSNU709I csect-name NO INDEX ENTRY FOR ROW. RID=rid-value, INDEX=iiii, KEY=kkkk

Explanation

The CHECK INDEX utility found that an index is missing an entry for the row at the specified RID with the specified key.

csect-name
The name of the control section that issued the message.
rid-value
The record ID (RID) value in hexadecimal format.
iiii
The index name.
kkkk
The hexadecimal representation of the key value.

System action

CHECK INDEX utility processing continues. The utility completes with return code 4.

User response

Run the REBUILD INDEX utility for index iiii.

Severity

4 (warning)