M204.0039

From m204wiki
Revision as of 00:13, 13 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0039  Request too long -- STBL​,​ LSTBL​=​value

Model 204 requires internal work tables for the SOUL compiler and evaluator. Your request has exceeded its allocated space for the STBL work table. STBL contains all of the request's character strings, including %variable values for STRING variables, literal strings (quoted and not quoted), and %variable arrays.

Response: The amount of storage currently allocated to STBL can be displayed using the VIEW command with the LSTBL parameter. Change the storage allocation for STBL using the command UTABLE LSTBL=size.

Modify your request to reduce STBL usage or split your request using END MORE and MORE.

System manager response: Reset the LSTBL parameter on the User 0 line.

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 caused the error

Back to list of messages