M204.0567: 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.0567 skeleton}}
{{Template:M204.0567 skeleton}}
<P>Model 204 requires internal work tables for the User Language compiler and evaluator. A CALL statement requires space in the VTBL work area and the available space is exhausted. </P>
<P>
<p><b>Response:</b> Use the VIEW LVTBL command to determine the space currently allocated to VTBL. Use the UTABLE command with the LVTBL parameter to increase the space in VTBL and rerun the request. </p>
Model 204 requires internal work tables for the User Language compiler and evaluator. A <var>Call</var> statement requires space in the VTBL work area and the available space is exhausted. </P>
<p>
<b>Response:</b> Use a <code>VIEW LVTBL</code> command to determine the space currently allocated to VTBL. Use the <var>UTABLE</var> command with the <var>LVTBL</var> parameter to increase the space in VTBL, and rerun the request.  
</p>
{{Template:M204.0567 footer}}
{{Template:M204.0567 footer}}
<!-- skeleton as it was in pdf/TOO MANY CALL LEVELS - ON FIND CONDITION - VTBL /-->
<!-- skeleton as it was in pdf/TOO MANY CALL LEVELS - ON FIND CONDITION - VTBL /-->

Latest revision as of 23:20, 26 February 2018

M204.0567  Insufficient CCATEMP space to process command

Model 204 requires internal work tables for the User Language compiler and evaluator. A Call statement requires space in the VTBL work area and the available space is exhausted.

Response: Use a VIEW LVTBL command to determine the space currently allocated to VTBL. Use the UTABLE command with the LVTBL parameter to increase the space in VTBL, and rerun the request.

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