FUNMTASK parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:FUNMTASK parameter subtitle}} ==Summary== <dl> <dt>Default value <dd>0 (1 under VM/CMS, and cannot be set to 0 under VM/CMS) <dt>Parameter type <dd>System <dt>Where...")
 
No edit summary
Line 24: Line 24:
   
   
<tr><th><var>1</var></th>
<tr><th><var>1</var></th>
<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
<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:
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>Notes:
<blockquote><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>
Line 48: Line 47:
<var class="product">MP/204</var> subtask, if
<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
<li>otherwise, on the
<var class="product">Model 204</var> main task.</li>
<var class="product">Model 204</var> main task.</li>

Revision as of 15:12, 16 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.