FUNMTASK parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (minor formatting)
Line 26: Line 26:
<td>FUSI requests are executed on some "M204 task," that is, either the <var class="product">Model 204</var> main task, an <var class="product">MP/204 subtask</var>, or the <var class="product">zIIP support</var> SRB.  With this setting, a FUSI request will run:
<td>FUSI requests are executed on some "M204 task," that is, either the <var class="product">Model 204</var> main task, an <var class="product">MP/204 subtask</var>, or the <var class="product">zIIP support</var> SRB.  With this setting, a FUSI request will run:
<ol>
<ol>
<li>on a <var class="product">zIIP support</var> SRB, if
<li>On a <var class="product">zIIP support</var> SRB, if
the Online load module is authorized for the <var class="product">Fast/Unload HPO</var> and the
the Online load module is authorized for the <var class="product">Fast/Unload HPO</var> and the
<var class="product">zIIP support</var> products
<var class="product">zIIP support</var> products
<blockquote><b>Notes:</b>
<blockquote class="note"><b>Notes:</b>
<ul>
<ul>
<li>In order for there to be any <var class="product">zIIP support</var> SRBs, the <var>AMPSUBZ</var> and <var>NMPSUBZ</var>
<li>In order for there to be any <var class="product">zIIP support</var> SRBs, the <var>AMPSUBZ</var> and <var>NMPSUBZ</var> parameters must each be greater than zero.</li>
parameters must each be greater than zero.</li>
 
<li>If the conditions for running
<li>If the conditions for running on a <var class="product">zIIP support</var> SRB are met
on a <var class="product">zIIP support</var> SRB are met
and the FUSI request is running in a single-user Online, the following parameter settings
and the FUSI request is running in a single-user Online, the following parameter settings
are recommended:
are recommended:
<ul>
<ul>
<li>NMPSUBS=0,AMPSUBS=0</li>
<li>NMPSUBS=0, AMPSUBS=0</li>
<li>NMPSUBZ=1,AMPSUBZ=1</li>
<li>NMPSUBZ=1, AMPSUBZ=1</li>
<li>SCHDOPT=X'62'</li>
<li>SCHDOPT=X'62'</li>
</ul></li>
</ul></li>
</ul></blockquote>
</ul></blockquote>
</li>
</li>
<li>otherwise, on an
 
<var class="product">MP/204</var> subtask, if
<li>Otherwise, on an <var class="product">MP/204</var> subtask, if
the Online load module is authorized for the
the Online load module is authorized for the
<var class="product">MP/204</var> product</li>
<var class="product">MP/204</var> product</li>
<li>otherwise, on the
 
<var class="product">Model 204</var> main task.</li>
<li>Otherwise, on the <var class="product">Model 204</var> main task.</li>
</ol>
</ol>
</td></tr>
</td></tr>
   
   

Revision as of 15:08, 17 June 2015

Dispatch Fast/Unload on M204 task

Summary

Default value
0 (1 under VM/CMS, and cannot be set to 0 under VM/CMS)
Parameter type
System
Where set
On User 0's parameter line
Related products
Fast/Unload Soul Interface (FUSI)
Introduced
Model 204 V7.6

Description

Setting Meaning
0 FUSI requests are executed on a z/OS subtask, that is, not on the Model 204 main task, nor on an MP/204 subtask, nor on a zIIP support SRB.
1 FUSI requests are executed on some "M204 task," that is, either the Model 204 main task, an MP/204 subtask, or the zIIP support SRB. With this setting, a FUSI request will run:
  1. On a zIIP support SRB, if the Online load module is authorized for the Fast/Unload HPO and the zIIP support products

    Notes:

    • In order for there to be any zIIP support SRBs, the AMPSUBZ and NMPSUBZ parameters must each be greater than zero.
    • If the conditions for running on a zIIP support SRB are met and the FUSI request is running in a single-user Online, the following parameter settings are recommended:
      • NMPSUBS=0, AMPSUBS=0
      • NMPSUBZ=1, AMPSUBZ=1
      • SCHDOPT=X'62'
  2. Otherwise, on an MP/204 subtask, if the Online load module is authorized for the MP/204 product
  3. Otherwise, on the Model 204 main task.

Note: Under VM/CMS, the FUNMTASK parameter is forced to 1.