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}
Defines the CICS region that owns the transactions whose status is to be set.
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*.
Specifies whether to enable or disable the transactions.
Enables the transactions. The transactions are available for use.
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
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |