M204.0917
M204.0917 IFAM job too long -- NTBL, LNTBL=value
A Host Language Interface function exhausts the available name table space. For SQL and RCL connections, the user program is cancelled and (as of version 7.7) the user thread is softly restarted. For IFAM users, the call producing the message returns a code of 7.
Response: Consult Names table (NTBL) to calculate the amount of NTBL space necessary for your program.
For IFAM users, call IFFLSH to delete compiled calls or %variables that you no longer need. In IFAM2 or IFAM4, insert an IFUTBL call to increase LNTBL to sufficient size, and retry. In IFAM1, specify a larger value of LNTBL in the prologue parameter of IFSTRT.
System manager response: For IFAM2 and IFAM4, consider increasing the value of LNTBL 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 |