M204.1359: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1359 skeleton}}
{{Template:M204.1359 skeleton}}
<P>An attempt was made to OPEN the entity named in the message. The attempt failed because there was not enough spare core available to Model 204 in which to allocate the necessary control blocks. </P>
<P>
<p><b>System manager response:</b> Increase the core and rerun Model 204 if the entity is crucial to the run. This is accomplished by increasing the value of the <var>[[SPCORE parameter|SPCORE]]</var> parameter in the CCAIN stream. This may require making more virtual storage available
An attempt was made to open the entity named in the message. The attempt failed because there was not enough spare core available to Model&nbsp;204 in which to allocate the necessary control blocks. </P>
to Model 204 by: </p><ul>
<p>
<li>Increasing REGION under OS </li>
<b>System manager response:</b> Increase the core and rerun Model&nbsp;204 if the entity is crucial to the run. This is accomplished by increasing the value of the <var>[[SPCORE parameter|SPCORE]]</var> parameter in the CCAIN stream. This may require making more virtual storage available
<li>Increasing SIZE under DOS </li>
to Model&nbsp;204 by: </p>
<li>Increasing STORAGE under CMS </li>
<ul>
<li>Increasing <var>REGION</var> under z/OS </li>
<li>Increasing <var>SIZE</var> under z/VSE </li>
<li>Increasing <var>STORAGE</var> under CMS </li>
</ul>
</ul>
{{Template:M204.1359 footer}}
{{Template:M204.1359 footer}}
<!-- skeleton as it was in pdf/UNABLE TO ALLOCATE SUFFICIENT STORAGE TO OPEN entity name /-->
<!-- skeleton as it was in pdf/UNABLE TO ALLOCATE SUFFICIENT STORAGE TO OPEN entity name /-->

Latest revision as of 23:26, 6 March 2018

M204.1359  Unable to allocate sufficient storage to open object

An attempt was made to open the entity named in the message. The attempt failed because there was not enough spare core available to Model 204 in which to allocate the necessary control blocks.

System manager response: Increase the core and rerun Model 204 if the entity is crucial to the run. This is accomplished by increasing the value of the SPCORE parameter in the CCAIN stream. This may require making more virtual storage available to Model 204 by:

  • Increasing REGION under z/OS
  • Increasing SIZE under z/VSE
  • Increasing STORAGE under CMS

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