M204.0680

From m204wiki
Jump to navigation Jump to search

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