CICS SPURGE


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

Command

Parameters

CICS SPURGE

tranID

[YES | NO]

Related topic

Warning

Important

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

 

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

BMC AMI Ops Automation 8.3.01