M204.0758: 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.0758 skeleton}}
{{Template:M204.0758 skeleton}}
<P>
<P>
You issued one of the Model 204 commands that requires the specification of message text (for example, MSG, WARN, or BROADCAST). Model&nbsp;204 does not have enough storage to process this message text. </P>
You issued one of the Model 204 commands that requires the specification of message text (for example, <var>MSG</var>, <var>WARN</var>, or <var>BROADCAST</var>). Model&nbsp;204 does not have enough storage to process this message text. </P>
<p>
<p>
<b>Response:</b> Notify your system manager. </p>
<b>Response:</b> Notify your system manager. </p>
<p>
<p>
<b>System manager response:</b> Increase the amount of general memory available to Model&nbsp;204 by increasing the value of <var>SPCORE</var> or by decreasing the value of <var>MAXBUF</var>. Both parameters are specified on the User 0 parameter line. You may also have to
<b>System manager response:</b> Increase the amount of general memory available to Model&nbsp;204 by increasing the value of <var>SPCORE</var> or by decreasing the value of <var>MAXBUF</var>. Both parameters are specified on the User 0 parameter line. You may also have to
increase the memory available to the job by changing the <var>REGION</var> parameter in z/OS, increasing the virtual machine size in CMS, or increasing the partition size in z/VSE. </p>
increase the memory available to the job by changing the <var>REGION</var> parameter in z/OS, increasing the virtual machine size in CMS, or increasing the partition size in z/VSE.  
</p>
{{Template:M204.0758 footer}}
{{Template:M204.0758 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT STORAGE FOR MESSAGE /-->
<!-- skeleton as it was in pdf/INSUFFICIENT STORAGE FOR MESSAGE /-->

Latest revision as of 00:01, 2 March 2018

M204.0758  Insufficient storage for message

You issued one of the Model 204 commands that requires the specification of message text (for example, MSG, WARN, or BROADCAST). Model 204 does not have enough storage to process this message text.

Response: Notify your system manager.

System manager response: Increase the amount of general memory available to Model 204 by increasing the value of SPCORE or by decreasing the value of MAXBUF. Both parameters are specified on the User 0 parameter line. You may also have to increase the memory available to the job by changing the REGION parameter in z/OS, increasing the virtual machine size in CMS, or increasing the partition size in z/VSE.

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
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console
SAVESaves the message in the VIEW ERRORS table

Back to list of messages