SIRFACT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 13: Line 13:
<dd>Before <var class="product">Sirius Mods</var> 6.7
<dd>Before <var class="product">Sirius Mods</var> 6.7
</dl>
</dl>
==Description==
==Description==
This parameter consists of several bits that can control
This parameter consists of several bits that can control
the collection of compilation data and the trapping of certain User Language
the collection of compilation data and the trapping of certain [[SOUL]]
coding errors.
coding errors.
The bits defined for the [[SirFact]] parameter are:
The bits defined for the [[SirFact]] parameter are:
Line 31: Line 32:
<dt>X'04'
<dt>X'04'
<dd>Don't do comment initialized global dummy string substitution.
<dd>Don't do comment initialized global dummy string substitution.
See the [[SirFact Reference Manual]] for more information on comment initialized globals.
See the <var class="book">[http://m204wiki.rocketsoftware.com/images/f/fb/FactrNew.pdf Rocket M204 SirFact Reference Manual]</var> for more information on comment initialized globals.
<dt>X'08'
<dt>X'08'
<dd>Cancel FOR RECORD NUMBER or FRN statements where the record number
<dd>Cancel <var>FOR RECORD NUMBER</var> or <var>FRN</var> statements where the record number
is a null string.
is a null string.
<dt>X'10'
<dt>X'10'
<dd>Cancel FOR RECORD NUMBER or FRN statements where the record number
<dd>Cancel <var>FOR RECORD NUMBER</var> or <var>FRN</var> statements where the record number
is not a valid number.
is not a valid number.
<dt>X'20'
<dt>X'20'
<dd>Cancel FOR RECORD NUMBER or FRN statements where the record number
<dd>Cancel <var>FOR RECORD NUMBER</var> or <var>FRN</var> statements where the record number
is not found.
is not found.
<dt>X'40'
<dt>X'40'
<dd>When a procedure is included
<dd>When a procedure is included
(whether as part of an APSY subsystem or directly from [[Model 204]] command mode),
(whether as part of an APSY subsystem or directly from Model 204 command mode),
copy it to CCATEMP.
copy it to CCATEMP.
After the copy, release the share enqueue on the procedure.
After the copy, release the share enqueue on the procedure.
As a result, a user who includes a procedure does not prevent
As a result, a user who includes a procedure does not prevent
others from updating the procedure.
others from updating the procedure.
See the Sirfact Reference Manual for more information on subsystem procedure enqueues.
See the <var class="book">Rocket M204 Sirfact Reference Manual</var> for more information on subsystem procedure enqueues.


The copy of the procedure to CCATEMP incurs some extra
The copy of the procedure to CCATEMP incurs some extra
(barely measurable) overhead.
(barely measurable) overhead.
<dt>X'80'
<dt>X'80'
<dd>Enable the [[SirFact]] APSY maintenance enhancements you specify with the
<dd>Enable the SirFact APSY maintenance enhancements you specify with the
[[SIRAPSYF parameter]].
<var>[[SIRAPSYF parameter|SIRAPSYF]]</var> parameter.


Also, regardless of the SIRAPSYF settings,
Also, regardless of the <var>SIRAPSYF</var> settings,
release the share enqueue on a procedure
release the share enqueue on a procedure
when the last line of the procedure is read, not when the line after the
when the last line of the procedure is read, not when the line after the
last line is attempted to be read.
last line is attempted to be read.
See the SirFact Reference Manual for more information on subsystem procedure enqueues.
See the <var class="book">Rocket M204 SirFact Reference Manual</var> for more information on subsystem procedure enqueues.
</dl>
</dl>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:00, 2 July 2014

SirFact flags

Summary

Default value
X'00'
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
SirFact
Introduced
Before Sirius Mods 6.7

Description

This parameter consists of several bits that can control the collection of compilation data and the trapping of certain SOUL coding errors. The bits defined for the SirFact parameter are:

X'01'
Collect quad offset to procedure line number mapping information to CCATEMP. This makes it possible for request cancelling errors to indicate the procedure and line number where the error occurred. It provides identical functionality as the DEBUGUL parameter, but without the QTBL space overhead.
X'02'
Collect quad offset to procedure line number mapping information to server tables even if it is also being collected to CCATEMP. There's probably no real good reason to set this bit.
X'04'
Don't do comment initialized global dummy string substitution. See the Rocket M204 SirFact Reference Manual for more information on comment initialized globals.
X'08'
Cancel FOR RECORD NUMBER or FRN statements where the record number is a null string.
X'10'
Cancel FOR RECORD NUMBER or FRN statements where the record number is not a valid number.
X'20'
Cancel FOR RECORD NUMBER or FRN statements where the record number is not found.
X'40'
When a procedure is included (whether as part of an APSY subsystem or directly from Model 204 command mode), copy it to CCATEMP. After the copy, release the share enqueue on the procedure. As a result, a user who includes a procedure does not prevent others from updating the procedure. See the Rocket M204 Sirfact Reference Manual for more information on subsystem procedure enqueues. The copy of the procedure to CCATEMP incurs some extra (barely measurable) overhead.
X'80'
Enable the SirFact APSY maintenance enhancements you specify with the SIRAPSYF parameter. Also, regardless of the SIRAPSYF settings, release the share enqueue on a procedure when the last line of the procedure is read, not when the line after the last line is attempted to be read. See the Rocket M204 SirFact Reference Manual for more information on subsystem procedure enqueues.