zowe › cics › discard › transaction
Discard a transaction from CICS.
Usage
zowe cics discard transaction <transactionName> [options]
Positional Arguments
transactionName
(string)- The name of the transaction to discard. The maximum length of the transaction name is four characters.
Options
--region-name
(string)- The CICS region name from which to discard the transaction
--cics-plex
(string)- The name of the CICSPlex from which to discard the transaction
Cics Connection Options
--host
|-H
(string)- The CICS server host name.
--port
|-P
(number)The CICS server port.
Default value: 443
--user
|-u
(string)- Mainframe (CICS) user name, which can be the same as your TSO login.
--password
|--pw
(string)- Mainframe (CICS) password, which can be the same as your TSO password.
--reject-unauthorized
|--ru
(boolean)Reject self-signed certificates.
Default value: true
--protocol
|-o
(string)Specifies CMCI protocol (http or https).
Default value: https
Allowed values: http, https
Profile Options
--cics-profile
|--cics-p
(string)- The name of a (cics) profile to load for this command execution.
Examples
Discard a transaction named TRN1 from the region named MYREGION:
zowe cics discard transaction TRN1 --region-name MYREGION