Previous Topic: CICSCMD SET TERMINAL—Set Terminal Status

Next Topic: CICSCMD SET VTAM—Set ACB Status

CICSCMD SET TRANSACTION—Set Transaction Status

The CICSCMD SET TRANSACTION command controls the status of CICS transactions. The RCIW06 or RCIW20 message indicates the success or failure of the operation. The function is similar to that provided by the CICS CEMT SET TRANSACTION transaction.

This command has the following format:

CICSCMD cics_region_name SET TRANSACTION(transaction_name_mask) {ENA | DIS}
cics_region_name

Defines the CICS region that owns the transactions whose status is to be set.

transaction_name_mask

Specifies the transactions whose status is to be set. The value can be either the name or a mask. If you use a mask, it must be of the following form: transaction_name_prefix*.

ENA | DIS

Specifies whether to enable or disable the transactions.

ENA

Enables the transactions. The transactions are available for use.

DIS

Disables the transactions. The transactions are not available for use. However, transaction instances that are already started can continue until completion.

Example:

CICSCMD CICSA SET TRANS(ACNT) ENA
CICSCMD CICSA SET TRANS(ACNT) DIS