M204.2581: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 2: Line 2:


<P>
<P>
The indicated parameter setting, <var class="term">token0</var>, is valid only if IOS branch entry (the X'02' bit in the <var>XMEMOPT</var> CCAIN parameter) is being used. And in turn, APF authorization is required if the <var>XMEMOPT</var> X'02' bit is on. </p>
The indicated parameter setting, <var class="term">option</var>, is valid only if IOS branch entry (the X'02' bit in the <var>XMEMOPT</var> CCAIN parameter) is being used. And in turn, APF authorization is required if the <var>XMEMOPT</var> X'02' bit is on. </p>


Possible <var class="term">token0</var> options are:
Possible <var class="term">option</var> values are:
<ul>
<ul>
<li><var>[[SYSOPT2 parameter|SYSOPT2]]</var> X'80' bit (XTIOT)  
<li><var>[[SYSOPT2 parameter|SYSOPT2]]</var> X'80' bit (XTIOT)  
<P>
<P>
The XTIOT option might be specified explicitly on a <var>DEFINE</var> or <var>ALLOCATE</var> command or as the default by the <var>SYSOPT2</var> X'80' bit. </p></li>
The [[Allocating and directing files dynamically#Extended Task Input.2FOutput Table support|XTIOT]] option might be specified explicitly on a <var>DEFINE</var> or <var>ALLOCATE</var> command or as the default by the <var>SYSOPT2</var> X'80' bit. </p></li>


<li><var>[[NUMBUFG parameter|NUMBUFG]]</var> > 0  
<li><var>[[NUMBUFG parameter|NUMBUFG]]</var> > 0  
Line 19: Line 19:
</ul>
</ul>
<p>
<p>
<b>Response:</b> Remove the XTIOT option from the <var>DEFINE</var> or <var>ALLOCATE</var> command, or contact the system manager.</p>
<b>Response:</b> Remove the <var>XTIOT</var> option from the <var>DEFINE</var> or <var>ALLOCATE</var> command, or contact the system manager.</p>
<p>
<p>
<b>System manager response:</b> If the message is issued during initialization, do one of the following:</p>
<b>System manager response:</b> If the message is issued during initialization, do one of the following:</p>
Line 29: Line 29:
<li>Set <var>NMPSUBZ</var> to 0 (if the complaint is about the <var>NMPSUBZ</var> parameter)</li>
<li>Set <var>NMPSUBZ</var> to 0 (if the complaint is about the <var>NMPSUBZ</var> parameter)</li>


<li>Restart Model&nbsp;204 with the <var>XMEMOPT</var> X'02' bit and with [[Cross-memory facilities CRAM and M204XSVC#M204XSVC|M204XSVC]] linked into the Model&nbsp;204 nucleus</li>
<li>Restart Model&nbsp;204 with the <var>XMEMOPT</var> X'02' bit, with [[Cross-memory facilities CRAM and M204XSVC#M204XSVC|M204XSVC]] linked into the Model&nbsp;204 nucleus, and with the load module APF-authorized. </li>
</ul>
</ul>
{{Template:M204.2581 footer}}
{{Template:M204.2581 footer}}
<!-- skeleton as it was in pdf/XMEMOPT=2 (IOS BRANCH) REQUIRED FOR option/-->
<!-- skeleton as it was in pdf/XMEMOPT=2 (IOS BRANCH) REQUIRED FOR option/-->

Latest revision as of 16:01, 30 August 2018

M204.2581  APF authorization required for XMEMOPT​=​2 (IOS Branch Entry) and XMEMOPT​=​2 required for option

The indicated parameter setting, option, is valid only if IOS branch entry (the X'02' bit in the XMEMOPT CCAIN parameter) is being used. And in turn, APF authorization is required if the XMEMOPT X'02' bit is on.

Possible option values are:

  • SYSOPT2 X'80' bit (XTIOT)

    The XTIOT option might be specified explicitly on a DEFINE or ALLOCATE command or as the default by the SYSOPT2 X'80' bit.

  • NUMBUFG > 0

    Set as a CCAIN parameter.

  • NMPSUBZ > 0

    Set as a CCAIN parameter.

Response: Remove the XTIOT option from the DEFINE or ALLOCATE command, or contact the system manager.

System manager response: If the message is issued during initialization, do one of the following:

  • Remove the X'80' bit from the SYSOPT2 parameter (if the complaint is about the XTIOT option)
  • Set NUMBUFG to 0 (if the complaint is about the NUMBUFG parameter)
  • Set NMPSUBZ to 0 (if the complaint is about the NMPSUBZ parameter)
  • Restart Model 204 with the XMEMOPT X'02' bit, with M204XSVC linked into the Model 204 nucleus, and with the load module APF-authorized.

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