M204.0551

From m204wiki
Revision as of 22:59, 26 February 2018 by JAL (talk | contribs) (add <code>s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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=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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages