DSNU713I csect-name KEYS MISMATCH. RID=rid-value, INDEX=iiii, KEY=kkkk, DATA KEY=jjjj
Explanation
The CHECK INDEX utility found an index that contains an entry for the row at the specified rid that is inconsistent. The specified key does not match the specified data 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.
- jjjj
- The data key.
System action
CHECK INDEX utility processing continues.
User response
Run the REBUILD INDEX utility for index iiii.
Severity
4 (warning)