CICS LOAD
This command increases the use-count of a program.
Command | Parameters |
---|---|
CICS LOAD | Program name |
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
Identifier | name of the affected program | 1- to 8-character alphanumeric If a program is not currently resident in CICS storage, it will be loaded. Unless the use count is specifically decreased with the DROP transaction or through CICS services, the program stays permanently loaded until CICS terminates. |
Example
This example command increases the use count of the program named PROGX470.
/* REXX */
'IMFEXEC CICS LOAD PROGX470'
'IMFEXEC CICS LOAD PROGX470'
CLIST example:
IMFEXEC CICS LOAD PROGX470
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*