M204.1389: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
Line 1: Line 1:
{{Template:M204.1389 skeleton}}
{{Template:M204.1389 skeleton}}
<P>[[$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
<P>
match the image documented and must be managed by the $LSTFLD function, not by the user. </P>
<var>[[$LstFld]]</var> code verifies that the loop control variable has not been changed since the last time <var>$LstFld</var> updated it. If it has been changed, for example, by the issuing procedure, this message is issued. The user image must exactly
<p><b>Response:</b> 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
match the image documented, and it must be managed by the <var>$LstFld</var> function, not by the user. </P>
<p>
<b>Response:</b> Check your procedure to assure that the image matches the one documented and that it is handled cleanly. If <var>$LstFld</var> 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. </p>
taken that one image is not used simultaneously for more than one purpose. </p>
{{Template:M204.1389 footer}}
{{Template:M204.1389 footer}}
<!-- skeleton as it was in pdf/MISMATCH BETWEEN USER IMAGE AND INTERNAL IMAGE /-->
<!-- skeleton as it was in pdf/MISMATCH BETWEEN USER IMAGE AND INTERNAL IMAGE /-->

Revision as of 00:13, 7 March 2018

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, for example, by the issuing procedure, this message is issued. The user image must exactly match the image documented, and it 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=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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages