M204.0459: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:M204.0459 skeleton}}
{{Template:M204.0459 skeleton}}
<P>
<P>
The indicated subsystem cannot be started because there is not enough space in the resource enqueuing table. The subsystem requires <var class="term">numberOfResourceLockingTable</var> entries from the resource enqueuing table. </P>
The indicated subsystem cannot be started because there is not enough space in the resource enqueuing table. The subsystem requires <var class="term">number</var> entries from the resource enqueuing table. </P>
<p>
<p>
<b>Response:</b> Wait and retry the subsystem command. Notify your system manager so the problem can be avoided in future Model&nbsp;204 runs. </p>
<b>Response:</b> Wait and retry the subsystem command. Notify your system manager so the problem can be avoided in future Model&nbsp;204 runs. </p>
<p>
<p>
<b>System manager response:</b> Increase the size of the resource enqueuing table by at least <var class="term">numberOfResourceLockingTable</var>. The size of the resource enqueuing table is the product of the LENQTBL and NUSERS parameters. LENQTBL and NUSERS are set during Model&nbsp;204 system initialization from User 0's parameter line. </p>
<b>System manager response:</b> Increase the size of the resource enqueuing table by at least <var class="term">number</var>. The size of the resource enqueuing table is the product of the <var>[[LENQTBL parameter|LENQTBL]]</var> and <var>NUSERS</var> parameters. <var>LENQTBL</var> and <var>NUSERS</var> are set during Model&nbsp;204 system initialization from User 0's parameter line.  
</p>
{{Template:M204.0459 footer}}
{{Template:M204.0459 footer}}
<!-- skeleton as it was in pdf/RESOURCE LOCKING TBL FULL. SUBSYSTEM subsystemname NEEDS n ENTRIES /-->
<!-- skeleton as it was in pdf/RESOURCE LOCKING TBL FULL. SUBSYSTEM subsystemname NEEDS n ENTRIES /-->

Latest revision as of 19:38, 14 March 2018

M204.0459  Resource locking table full. Subsystem subsysName needs number entries

The indicated subsystem cannot be started because there is not enough space in the resource enqueuing table. The subsystem requires number entries from the resource enqueuing table.

Response: Wait and retry the subsystem command. Notify your system manager so the problem can be avoided in future Model 204 runs.

System manager response: Increase the size of the resource enqueuing table by at least number. The size of the resource enqueuing table is the product of the LENQTBL and NUSERS parameters. LENQTBL and NUSERS are set during Model 204 system initialization from User 0's parameter line.

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
SAVESaves the message in the VIEW ERRORS table

Back to list of messages