SIRFUNC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
<dt>Default value
<dt>Default value
<dd>X'00'
<dd>X'00'
<dd>X'01' (version 7.6 and higher)
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
Line 16: Line 15:


==Description==
==Description==
This is a bitmask parameter that controls $function settings where the meanings
This is a bitmask parameter that controls [[SOUL_$functions|$function]] settings where the meanings
of the bits are:
of the bits are:
<dl>
<dl>
Line 25: Line 24:
The Sirius $function alternatives that are available in <var class="product">Sirius Mods</var> 6.9 and later are found in [[List of mathematical $functions]].
The Sirius $function alternatives that are available in <var class="product">Sirius Mods</var> 6.9 and later are found in [[List of mathematical $functions]].
</dl>
</dl>
==Usage notes==
==Usage notes==
As of Model 204 version 7.6, X'01' becomes the default value of the SIRFUNC parameter.
For [[Performance_monitoring_and_tuning#Offloading_Model_204_work_to_zIIP_processors|zIIP processing]], if FUND or FUNDLE is linked into the Model 204 load module, the X'01' bit of SIRFUNC must be set or the run is cancelled.
The X'01' bit of SIRFUNC must be set (explicitly or as the default value) for zIIP processing or the run is cancelled.


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 22:05, 20 June 2017

Function table options

Summary

Default value
X'00'
Parameter type
System
Where set
EXEC card PARM value under MVS, M204CMS command parameters under CMS
Related products
All
Introduced
Sirius Mods 6.9

Description

This is a bitmask parameter that controls $function settings where the meanings of the bits are:

X'01'
Ignore the linked-in FUND or FUNDLE module. This makes it possible to access the Sirius version of many of the functions in FUND, without relinking the Model 204 load module. The Sirius $function alternatives that are available in Sirius Mods 6.9 and later are found in List of mathematical $functions.

Usage notes

For zIIP processing, if FUND or FUNDLE is linked into the Model 204 load module, the X'01' bit of SIRFUNC must be set or the run is cancelled.