SIRTUNE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 18: Line 18:
<dl>
<dl>
<dt>X'01' <dd>Enables the SirTune data collector. When this is set, the SirTune data collector
<dt>X'01' <dd>Enables the SirTune data collector. When this is set, the SirTune data collector
will look for the SIRTUNED dataset. If present, the SirTune data collector will
will look for the <var>SIRTUNED</var> dataset. If present, the SirTune data collector will
be enabled, and compilation and sample data will be collected to SIRTUNED.
be enabled, and compilation and sample data will be collected to <var>SIRTUNED</var>.
In addition, the MODIFY/SMSG commands will also be available.
In addition, the <var>MODIFY</var>/<var>SMSG</var> commands will also be available.
</dl>
</dl>
The default value of X'01' for SIRTUNE causes the SirTune data collector to be enabled
The default value of X'01' for <var>SIRTUNE</var> causes the SirTune data collector to be enabled
'''if possible'''. Things that prevent it from being enabled are the absence of the
'''if possible'''. Things that prevent it from being enabled are the absence of the
SIRTUNED dataset and the fact that Model 204 is running under an older SirTune load
<var>SIRTUNED</var> dataset and the fact that Model 204 is running under an older SirTune load
module. In the first case, the SirTune data collector silently disables itself. In the
module. In the first case, the SirTune data collector silently disables itself. In the
second case, it issues an informational message and then disables itself. In no case
second case, it issues an informational message and then disables itself. In no case
should the default value for SIRTUNE prevent an Online from coming up, so there is
should the default value for <var>SIRTUNE</var> prevent an Online from coming up, so there is
probably little reason to set this parameter.
probably little reason to set this parameter.


Setting this parameter in an Online not authorized for SirTune will have no effect.
Setting this parameter in an Online not authorized for SirTune will have no effect.
For more information about the SirTune data collector, see the <var class="book">[http://www.sirius-software.com/maint/download/tunr.pdf SirTune Reference Manual]</var>.
For more information about the SirTune data collector, see the <var class="book">[http://www.sirius-software.com/maint/download/tunr.pdf SirTune Reference Manual]</var>.


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

Revision as of 23:07, 19 April 2013

Summary

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

Description

This is a bitmask parameter that controls SirTune. SirTune is integrated with the Sirius Mods as of Sirius Mods version 6.9. The meaning of the bits are:

X'01'
Enables the SirTune data collector. When this is set, the SirTune data collector will look for the SIRTUNED dataset. If present, the SirTune data collector will be enabled, and compilation and sample data will be collected to SIRTUNED. In addition, the MODIFY/SMSG commands will also be available.

The default value of X'01' for SIRTUNE causes the SirTune data collector to be enabled if possible. Things that prevent it from being enabled are the absence of the SIRTUNED dataset and the fact that Model 204 is running under an older SirTune load module. In the first case, the SirTune data collector silently disables itself. In the second case, it issues an informational message and then disables itself. In no case should the default value for SIRTUNE prevent an Online from coming up, so there is probably little reason to set this parameter.

Setting this parameter in an Online not authorized for SirTune will have no effect. For more information about the SirTune data collector, see the SirTune Reference Manual.