SIRFUNC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:


==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 25:
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.  
As of Model 204 version 7.6, X'01' becomes the default value of the SIRFUNC parameter.  

Revision as of 13:42, 15 June 2017

Function table options

Summary

Default value
X'00'
X'01' (Model 204 version 7.6 and higher)
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

As of Model 204 version 7.6, X'01' becomes the default value of the SIRFUNC parameter. The X'01' bit of SIRFUNC must be set (explicitly or as the default value) for zIIP processing or the run is cancelled.