Information
Newer version of documentation BMC provides a newer version of the documentation for this version of the product. As a result, BMC no longer accepts comments in this space.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see bao8301.

CICS SPURGE


This command dynamically changes the SPURGE value for an IBM CICS transaction.

Command

Parameters

CICS SPURGE

Tranid

[YES | NO]

Warning

Note

The SPURGE value indicates a transaction's level of purge protection. If the transaction definition specifies SPURGE=NO, the transaction is protected from deadlock time-out purge and purge requests but it is not protected from force purge requests issued by applications or the master terminal.

The following table describes the parameters:

Parameter

Function

Notes

Tranid

Transaction to affect

Not applicable

Status

YES/NO

Specifying YES turns the SPURGE flag on.

Specifying NO turns the SPURGE flag off.

Example

This example command sets the SPURGE flag for transaction RT17 to on.

/* REXX */
"IMFEXEC CICS SPURGE RT17 YES"

CLIST example:

IMFEXEC CICS SPURGE RT17 YES

Related topic

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Automation 8.3