SIRFUNC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 13: Line 13:
<dd><var class="product">[[Sirius Mods]]</var> 6.9
<dd><var class="product">[[Sirius Mods]]</var> 6.9
</dl>
</dl>
==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 23: 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==
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.


[[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.