SIRFUNC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 26: Line 26:


==Usage notes==
==Usage notes==
The X'01' bit of SIRFUNC must be set for [[Performance_monitoring_and_tuning#Offloading_Model_204_work_to_zIIP_processors|zIIP processing]] or the run is cancelled.
If FUND or FUNDLE is linked into the Model 204 load module, the X'01' bit of SIRFUNC must be set for [[Performance_monitoring_and_tuning#Offloading_Model_204_work_to_zIIP_processors|zIIP processing]] or the run is cancelled.


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

Revision as of 21:45, 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

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