M204.0039
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=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 |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |