COMMITX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:COMMITX parameter subtitle}} ==Summary== <dl> <dt>Default value <dd>-1, which is the same as 65535 (halfword X'FFFF') <dt>Maximum value <dd>65534 <dt>Parameter typ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dd>-1, which is the same as 65535 (halfword X'FFFF')
<dt>Maximum value
<dd>65534
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
Line 16: Line 12:


==Description==
==Description==
Specifies which APSY a commit exit runs within. The commit exit uses normal APSY processing. When the user executes a commit (or an implied commit), the APSY specified by COMMITX is driven on a transactional daemon.
Specifies which APSY a [[Application Subsystem development#Commit_exits|commit exit]] runs within. The commit exit uses normal APSY processing. When the user executes a commit (or an implied commit), the APSY specified by COMMITX is driven on a transactional daemon.


Setting/Resetting the parameter sends a DYRWT message to the issuer and requires a Yes or No response (unless set/reset by user0).
Setting/Resetting the parameter sends a DYRWT message to the issuer and requires a Yes or No response (unless set/reset by user0).
Line 42: Line 38:
</ul>
</ul>


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

Latest revision as of 19:40, 7 February 2022

Subsystem for Commit exit

Summary

Parameter type
System
Where set
User 0 CCAIN parameters or reset by system manager at any time
Introduced
V7.8

Description

Specifies which APSY a commit exit runs within. The commit exit uses normal APSY processing. When the user executes a commit (or an implied commit), the APSY specified by COMMITX is driven on a transactional daemon.

Setting/Resetting the parameter sends a DYRWT message to the issuer and requires a Yes or No response (unless set/reset by user0).

If COMMITX is specified, all APSY subsystems participate by default but any can be exempted.

Usage

Activating the commit exit APSY

  • To activate the commit exit APSY, issue:

    Reset COMMITX apsyname

    where apsyname is the APSY where you are running the commit exit.

    Enter Yes at the confirmation prompt.

  • To exempt any APSY subsystem:
    1. Pull up the SUBSYSMGMT Operational Parameters screen for that subsystem.
    2. At the 'Subsystem supports commit exit' item, enter N.
  • To deactivate the commit exit APSY, issue:

    Reset COMMITX

    Enter Yes at the confirmation prompt.