MSIR.0312 Input HASH/SORT key does not match key in database file

From m204wiki
(Redirected from MSIR.0312)
Jump to navigation Jump to search

This indicates that you are attempting to LAI into a hash or sort key file, but the Fast/Unload UAI statement did not indicate a hash or sort key, or, if it indicated a sort key, the first item was not usable as the file's key. You must either redefine the database file with no hash or sort key, or rerun the UAI indicating the correct key on the unload. After this you can rerun the Fast/Reload.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages