M204.0316: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (remove "Pending messages" category)
 
Line 9: Line 9:
</p>
</p>
{{Template:M204.0316 footer}}
{{Template:M204.0316 footer}}
[[Category: Pending messages]]

Latest revision as of 16:56, 31 July 2018

M204.0316  Recursive ON units exceed MAXOND: Evaluation stopped

An On unit was entered, and it caused another to be entered, and so on, exceeding the maximum number of active of On units as specified by the MAXOND parameter.

Response: Either correct the SOUL request so that not as many On units can be active, or increase MAXOND.

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
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages