FUNMTASK parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (replace "Model 204 HPO" with "M204 HPO")
 
(3 intermediate revisions by 2 users not shown)
Line 30: Line 30:
<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_overview#fuhpo|Fast/Unload HPO]]</var> and the
<var class="product">zIIP support</var> products
<var class="product">[[Performance monitoring and tuning#off204zip|M204 HPO]]</var> products.
<blockquote class="note"><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> parameters must each be greater than zero.</li>
<li>In order for there to be any <var class="product">zIIP support</var> SRBs, the <var>[[AMPSUBZ parameter|AMPSUBZ]]</var> and <var>[[NMPSUBZ parameter|NMPSUBZ]]</var> parameters must each be greater than zero.</li>


<li>If the conditions for running on a <var class="product">zIIP support</var> SRB are met
<li>If the conditions for running 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 Fast/Unload request is running in a single-user Online, the following parameter settings
are recommended:
are recommended:
<ul>
<ul>
Line 51: Line 51:
<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&nbsp;204</var> main task.</li>
</ol>
</ol>
</td></tr>
</td></tr>
</table>
</table>
   
   

Latest revision as of 16:35, 2 September 2016

Dispatch Fast/Unload on M204 task

The FUNMTASK parameter specifies whether Fast/Unload requests are to be executed on a z/OS subtask or on one of these: the Model 204 maintask, an MP/204 subtask, or the zIIP support SRB.

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
Introduced
Model 204 V7.6

Description

Setting Meaning
0 Fast/Unload 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 Fast/Unload 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 Fast/Unload request will run:
  1. On a zIIP support SRB, if the Online load module is authorized for the Fast/Unload HPO and the M204 HPO 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 Fast/Unload 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.