Management of CICS Resource Operations › CICS Transactions › Transaction Templates
Transaction Templates
Templates are provided to help you define CICS transaction resources in the knowledge base. The templates contain the following information to help you manage a transaction:
- CICSCMD cics_region_name SET TRAN(transaction_name) ENA command that enables the transaction when the resource is activated
- CICSCMD cics_region_name SET TRAN(transaction_name) DIS command that disables the transaction when the resource is inactivated
- CICSCMD cics_region_name INQ TRAN(transaction_name) command that inquires about the status of the transaction
- Transaction abnormal termination messages that change the actual state of the resource to indicate a problem—you can include a process that takes certain actions when an abnormal termination occurs (for example, to record the problem in your problem management application)