M204.0074: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0074 skeleton}}
{{Template:M204.0074 skeleton}}
<P>
<P>
The main storage allocated to the Model 204 run is not enough to allocate the number of buffers specified by the MINBUF parameter.</P>
The main storage allocated to the Model 204 run is not enough to allocate the number of buffers specified by the <var>[[MINBUF parameter|MINBUF]]</var> parameter.</P>
<P>
<P>
If Model 204 is running on a non-XA/ESA operating system or if Model 204 is using STARTIO, then the required storage must be available below the 16MEG line.</P>
If Model 204 is running on a non-XA/ESA operating system or if Model&nbsp;204 is using STARTIO, the required storage must be available below the 16MEG line.</P>
<P>
<P>
For z/VSE/ESA the required storage may not cross the 16MEG line, meaning that the entire area must be available either above or below the line.</P>
For z/VSE/ESA the required storage may not cross the 16MEG line, meaning that the entire area must be available above the line or below the line.</P>
<p>
<p>
<b>System manager response:</b> Perform one or more of the following actions:</p>
<b>System manager response:</b> Perform one or more of the following actions:</p>
<ul>
<ul>
<li>Increase storage. Each buffer requires 6184 number of bytes.</li>
<li>Increase storage. Each buffer requires 6184 number of bytes.</li>
<li>Decrease MINBUF (MINBUF should not be set lower than 18, or <code>NSERVS * 4 + 14</code> in MP environment).</li>
 
<li>Decrease SPCORE.</li>
<li>Decrease <var>MINBUF</var> (<var>MINBUF</var> should not be set lower than 18, or <code>NSERVS * 4 + 14</code> in MP environment).</li>
 
<li>Decrease <var>[[SPCORE parameter|SPCORE]]</var>.</li>
</ul>
</ul>
<p>
<p>
<b>Response:</b> Notify your system manager.</p>
<b>Response:</b> Notify your system manager.
</p>
{{Template:M204.0074 footer}}
{{Template:M204.0074 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT MAIN STORAGE FOR MINBUF SPECIFICATION above/below 16 MEG LINE, SPCORE = nnnnn, MINBUF = nnnnn, MAXBUF = nnnnn /-->
<!-- skeleton as it was in pdf/INSUFFICIENT MAIN STORAGE FOR MINBUF SPECIFICATION above/below 16 MEG LINE, SPCORE = nnnnn, MINBUF = nnnnn, MAXBUF = nnnnn /-->

Latest revision as of 00:18, 23 February 2018

M204.0074  Insufficient main storage for MINBUF specification above/below 16meg line​,​ SPCORE ​=​ spcore​,​ MINBUF ​=​ minbuf​,​ MAXBUF ​=​ maxbuf

The main storage allocated to the Model 204 run is not enough to allocate the number of buffers specified by the MINBUF parameter.

If Model 204 is running on a non-XA/ESA operating system or if Model 204 is using STARTIO, the required storage must be available below the 16MEG line.

For z/VSE/ESA the required storage may not cross the 16MEG line, meaning that the entire area must be available above the line or below the line.

System manager response: Perform one or more of the following actions:

  • Increase storage. Each buffer requires 6184 number of bytes.
  • Decrease MINBUF (MINBUF should not be set lower than 18, or NSERVS * 4 + 14 in MP environment).
  • Decrease SPCORE.

Response: Notify your system manager.

Message attributes:

RETCODEO=60Sets online return code
RETCODEB=60Sets 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
OPRWrites the message to the (operator) console

Back to list of messages