CICS DROP
This command decreases the use-count of a program.
Command | Parameters |
---|---|
CICS DROP | Program name |
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
Identifier | a CICS program identifier | 1- to 8-character ID of the program affectedAfter a program use-count reaches 0, it is eligible to be removed by CICS program compression. You should be careful to avoid dropping, and potentially removing, programs that are actually in use by executing transactions. |
Example
This example command decreases the use-count of the program DSPFILE.
/* REXX */
'IMFEXEC CICS DROP DSPFILE'
'IMFEXEC CICS DROP DSPFILE'
CLIST example:
IMFEXEC CICS DROP DSPFILE
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*