M204.0198

From m204wiki
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=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
COMPILECompilation error

Back to list of messages