M204.1389
M204.1389 Mismatch between user image and internal image
$LSTFLD code verifies that the loop control variable has not been changed since the last time $LSTFLD updated it. If it has been changed, e.g. by the issuing procedure, this message is issued. The user image must exactly match the image documented and must be managed by the $LSTFLD function, not by the user.
Response: Check your procedure to assure that the image matches the one documented, and that it is handled cleanly. If $LSTFLD is compiled more than once in the procedure or called for multiple files, care must be taken that one image is not used simultaneously for more than one purpose.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |