CICS DISABLE
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
Type | Type of resource to affect | Valid values are:
|
Identifier | Resource ID for each type | Valid values are:
|
Example
This example command disables a CICS transaction.
/* REXX */
"IMFEXEC CICS DISABLE TRAN ABRW"
"IMFEXEC CICS DISABLE TRAN ABRW"
CLIST example:
IMFEXEC CICS DISABLE TRAN ABRW
Additional usage information
- Generic specifications are available with a limit 2000 resources that can be attempted.
The limit of 2000 presents how many items are considered for disabling and does not guarantee how many resources are successfully disabled. For example, if you specify CICS ENABLE TRAN * and during the scan of the CICS transactions to disable, those that are not eligible to be disabled are still counted as part of the 2000 limit.
- You can use the plus sign ( + ) sign anywhere in the resource name to replace a single character. You can also use multiple plus signs to replace multiple characters.
For example you might specify L+P1 or L+P+. - You can also use an asterisk ( * ) to replace all of the characters following the asterisk. Specifying DM* produces the same result as DM*1.
The CICS DISABLE command cannot disable the following items:
- Transactions supplied CICS
- Transactions supplied by BMC
- Some BMC programs
- DFH* programs
- Indirect transient data queues (DEST)
- Remote transient data queues (DEST)
The following lists additional REXX examples:
"IMFEXEC CICS DISABLE TRAN DM+K"
"IMFEXEC CICS DISABLE TRAN K1*"
"IMFEXEC CICS DISABLE FILE STOCK+00"
"IMFEXEC CICS DISABLE FILE STOCK*"
"IMFEXEC CICS DISABLE PROG LODPGM+1"
"IMFEXEC CICS DISABLE PROG LODPGM*"
"IMFEXEC CICS DISABLE DEST C++O"
"IMFEXEC CICS DISABLE DEST EO*"
"IMFEXEC CICS DISABLE TRAN K1*"
"IMFEXEC CICS DISABLE FILE STOCK+00"
"IMFEXEC CICS DISABLE FILE STOCK*"
"IMFEXEC CICS DISABLE PROG LODPGM+1"
"IMFEXEC CICS DISABLE PROG LODPGM*"
"IMFEXEC CICS DISABLE DEST C++O"
"IMFEXEC CICS DISABLE DEST EO*"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*