M204.0551: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <code>s) |
||
Line 3: | Line 3: | ||
Model 204 requires internal work tables for the SOUL compiler and evaluator. Your request exceeds the allocated space for the STBL work table where strings and other values are stored. </P> | Model 204 requires internal work tables for the SOUL compiler and evaluator. Your request exceeds the allocated space for the STBL work table where strings and other values are stored. </P> | ||
<p> | <p> | ||
<b>Response:</b> Use | <b>Response:</b> Use a <code>VIEW LSTBL</code> command to determine the current size of STBL, and use a <code>UTABLE LSTBL</code> command to change the size of STBL. | ||
</p> | |||
{{Template:M204.0551 footer}} | {{Template:M204.0551 footer}} | ||
<!-- skeleton as it was in pdf/REQUEST TOO LONG -- STBL /--> | <!-- skeleton as it was in pdf/REQUEST TOO LONG -- STBL /--> |
Latest revision as of 22:59, 26 February 2018
M204.0551 Request too long -- STBL, LSTBL=value
Model 204 requires internal work tables for the SOUL compiler and evaluator. Your request exceeds the allocated space for the STBL work table where strings and other values are stored.
Response: Use a VIEW LSTBL
command to determine the current size of STBL, and use a UTABLE LSTBL
command to change the size of STBL.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITAD | Writes the message with line type AD to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |