M204.0680: 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.0680 skeleton}}
{{Template:M204.0680 skeleton}}
<P>The FLOD program contains more than three levels of nested locate loops, but no more than three are allowed. Locate loops are initiated by L or LOOK statements and are terminated by ENDL statements. Compilation of the FLOD
<P>
program continues but it will not be executed. </P>
The <var>FLOD</var> program contains more than three levels of nested locate loops, but no more than three are allowed. Locate loops are initiated by <var>L</var> or <var>LOOK</var> statements, and they are terminated by <var>ENDL</var> statements. Compilation of the <var>FLOD</var>
<p><b>File manager response:</b> Correct the FLOD program and resubmit the job. </p>
program continues, but it will not be executed. </P>
<p>
<b>File manager response:</b> Correct the <var>FLOD</var> program, and resubmit the job.  
</p>
{{Template:M204.0680 footer}}
{{Template:M204.0680 footer}}
<!-- skeleton as it was in pdf/NESTING LEVEL TOO DEEP /-->
<!-- skeleton as it was in pdf/NESTING LEVEL TOO DEEP /-->

Latest revision as of 22:35, 27 February 2018

M204.0680  Nesting level too deep

The FLOD program contains more than three levels of nested locate loops, but no more than three are allowed. Locate loops are initiated by L or LOOK statements, and they are terminated by ENDL statements. Compilation of the FLOD program continues, but it will not be executed.

File manager response: Correct the FLOD program, and resubmit 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