M204.0198
Jump to navigation
Jump to search
M204.0198 Request too long -- VTBL, LVTBL=value
The length of the user's variable table has exceeded the space that was allocated for a SOUL request. The compilation is aborted. Entries in VTBL are of variable size. Most entries range from 8 to 20 bytes, and some entries are much bigger. Many SOUL statements and some constructs cause one or more compiler variables to be allocated. Refer to VTBL (compiler variable table) for a list of what causes VTBL to overflow.
Response: To display the size of VTBL, use the VIEW command with the LVTBL parameter. To increase LVTBL, use the UTABLE command with the LVTBL parameter. Then retry.
System manager response: Consider resetting the default LVTBL value.
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 |
COMPILE | Compilation error |