M204.0911

From m204wiki
Jump to navigation Jump to search

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=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

Back to list of messages