M204.0714: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0714 skeleton}}
{{Template:M204.0714 skeleton}}
<P>During compilation of a File Load program, a reference was made to an index register or label that was not in the range of 1 to LNTBL, inclusive. The File Load program will continue to compile but will not be executed.
<P>
During compilation of a File Load program, a reference was made to an index register or label that was not in the range of 1 to <var>[[LNTBL parameter|LNTBL]]</var>, inclusive. The File Load program will continue to compile but will not be executed.
</P>
</P>
<p><b>File manager response:</b> Correct the FLOD statements in error before resubmitting the job. </p>
<p>
<b>File manager response:</b> Correct the <var>FLOD</var> statements in error before resubmitting the job.  
</p>
{{Template:M204.0714 footer}}
{{Template:M204.0714 footer}}
<!-- skeleton as it was in pdf/BAD TAG OR INDEX NUMBER /-->
<!-- skeleton as it was in pdf/BAD TAG OR INDEX NUMBER /-->

Latest revision as of 18:58, 28 February 2018

M204.0714  Bad tag or index number

During compilation of a File Load program, a reference was made to an index register or label that was not in the range of 1 to LNTBL, inclusive. The File Load program will continue to compile but will not be executed.

File manager response: Correct the FLOD statements in error before resubmitting the job.

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