SIRFUNC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
 
(16 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Template:SIRFUNC parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd>[[Sirius Mods]] 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>
<dt>X'01'
<dt>X'01'
<dd>Ignore the linked in FUND or FUNDLE module.
<dd>Ignore the linked-in FUND or FUNDLE module.
This makes it possible to access the Sirius version of many of the functions in
This makes it possible to access the Sirius version of many of the functions in
FUND, without relinking the [[Model 204]] load module.
FUND, without relinking the <var class="product">[[Model 204]]</var> load module.
The Sirius $function alternatives available in <var>[[Sirius Mods]]</var> 6.9 and later are:
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]].
<ul>
<li>$abs
<li>$arccos
<li>$arcsin
<li>$arctan
<li>$arctan2
<li>$cos
<li>$cosh
<li>$cotan
<li>$erf
<li>$erfc
<li>$ixpi
<li>$log
<li>$log10
<li>$exp
<li>$gamma
<li>$lgamma
<li>$max
<li>$min
<li>$pi
<li>$rxpi
<li>$rxpr
<li>$sin
<li>$sinh
<li>$sqrt
<li>$tan
<li>$tanh
</ul>
</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.