M204.0524: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
<p>
<p>
<b>Response:</b>
<b>Response:</b>
<p>
For MAXBOUT, MAXPRE and MAXSUBT, consider increasing the value of the parameter
For MAXBOUT, MAXPRE and MAXSUBT, consider increasing the value of the parameter
after determining why this limit was exceeded.
after determining why this limit was exceeded.
</p>
<p>
For IMAGES or SCREENS, consider increasing the value of NTBL  
For IMAGES or SCREENS, consider increasing the value of NTBL  
after determining why this limit was exceeded.
after determining why this limit was exceeded.
</p>
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>

Revision as of 23:19, 9 April 2025

M204.0524  Maximum number (token) of token2 exceeded

The named System Specified Limit has been exceeded.

Response:

For MAXBOUT, MAXPRE and MAXSUBT, consider increasing the value of the parameter after determining why this limit was exceeded.

For IMAGES or SCREENS, consider increasing the value of NTBL after determining why this limit was exceeded.

Version introduced: x.x

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
ECHODisplays the line that casued the error
COMPILECompilation error

Back to list of messages