COMMITX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dd>
<dt>Maximum value
<dd>
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System

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.