M204.0917: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (typo)
 
Line 5: Line 5:
<b>Response:</b> Consult [[HLI: Model 204 tables#Names table (NTBL)|Names table (NTBL)]] to calculate the amount of NTBL space necessary for your program. </p>
<b>Response:</b> Consult [[HLI: Model 204 tables#Names table (NTBL)|Names table (NTBL)]] to calculate the amount of NTBL space necessary for your program. </p>
<p>
<p>
For IFAM users, call <var>[[IFFLUSH (HLI function)|IFFLSH]]</var> to delete compiled calls or %variables that you no longer need. In IFAM2 or IFAM4, insert an <var>[[IFUTBL (HLI function)|IFUTBL]]</var> call to increase <var>[[LNTBL parameter|LNTBL]]/var> to sufficient size, and retry. In IFAM1, specify a larger value of <var>LNTBL</var> in the prologue parameter of <var>IFSTRT</var>. </p>
For IFAM users, call <var>[[IFFLUSH (HLI function)|IFFLSH]]</var> to delete compiled calls or %variables that you no longer need. In IFAM2 or IFAM4, insert an <var>[[IFUTBL (HLI function)|IFUTBL]]</var> call to increase <var>[[LNTBL parameter|LNTBL]]</var> to sufficient size, and retry. In IFAM1, specify a larger value of <var>LNTBL</var> in the prologue parameter of <var>IFSTRT</var>. </p>
<p>
<p>
<b>System manager response:</b> For IFAM2 and IFAM4, consider increasing the value of <var>LNTBL</var> in the system initialization stream. </p>
<b>System manager response:</b> For IFAM2 and IFAM4, consider increasing the value of <var>LNTBL</var> in the system initialization stream. </p>
{{Template:M204.0917 footer}}
{{Template:M204.0917 footer}}
<!-- skeleton as it was in pdf/IFAM JOB TOO LONG -- NTBL /-->
<!-- skeleton as it was in pdf/IFAM JOB TOO LONG -- NTBL /-->

Latest revision as of 01:12, 2 March 2018

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