M204.0911
M204.0911 Field or variable name list too long - QTBL, LQTBL=value
An IFGET, IFMORE, IFPUT, or IFCTO call, or a %variable specification, has a name list following EDIT or LIST that exceeds the available quadruple table space. The call producing the message returns a code of 7.
Response: Consult Internal statements/quad table (QTBL) to calculate how much QTBL space your program needs. Call IFFLSH to delete compiled calls that you no longer need. In IFAM2 or IFAM4, insert an IFUTBL call to increase LQTBL to the proper amount and retry. In IFAM1, specify a larger value of LQTBL in the prologue parameter of IFSTRT.
System manager response: For IFAM2 and IFAM4, consider increasing the value of LQTBL in the system initialization stream.
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 |