M204.2932: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>s)
No edit summary
 
Line 2: Line 2:


<P>
<P>
A size request for a table that is kept in the non-swappable server area cannot be satisfied because there is not enough above-the-bar storage space as set by the <var>SERVNSSZ</var> parameter. M204.2932 is issued when the problem
A size request for a table that is kept in the non-swappable server area cannot be satisfied because there is not enough above-the-bar storage space as set by the <var>[[SERVNSSZ parameter|SERVNSSZ]]</var> parameter. M204.2932 is issued when the problem
is detected after initilization is complete.</P>
is detected after initilization is complete.</P>
<P>
<P>
This error could occur when a <var>UTABLE</var> command is issued. The command is rejected and the table size is left unchanged.</P>
This error could occur when a <var>[[UTABLE command|UTABLE]]</var> command is issued. The command is rejected and the table size is left unchanged.</P>
<p>
<p>
<b>User response:</b>  Decrease the amount of increase in the <var>UTABLE</var> command.</p>
<b>User response:</b>  Decrease the amount of increase in the <var>UTABLE</var> command.</p>

Latest revision as of 22:15, 4 April 2018

M204.2932  Increase SERVNSSZ to at least token for required non swappable server areas

A size request for a table that is kept in the non-swappable server area cannot be satisfied because there is not enough above-the-bar storage space as set by the SERVNSSZ parameter. M204.2932 is issued when the problem is detected after initilization is complete.

This error could occur when a UTABLE command is issued. The command is rejected and the table size is left unchanged.

User response: Decrease the amount of increase in the UTABLE command.

System manager response: If required, increase the non-swappable server area size (SERVNSSZ).

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages