CICS PERFORM
This command causes actions to occur against a specific pipeline.
Command | Parameters |
---|---|
CICS PERFORM | PIPELINE[pipelineName] ACTION SCAN | STATISTICS |
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
pipelineName | Specifies an action to take place against a specified pipeline "IMFEXEC CICS PERFORM PIPELINE mypipe1 ACTION SCAN" /* Scan the directory */ | Specify a pipeline name up to 8 characters long followed by the value SCAN. |
STATISTICS | Record statistics immediately. "IMFEXEC CICS PERFORM STATISTICS RECORD ALL" /* Immediately record statistics */ | Possible attributes and values are: RECORD: Valid values are ALL and ALLRESETNOW. ALL specifies to record statistics for all resource types and system services. ALLRESETNOW specifies to record all statistics and reset statistics to initial values. |
Example
Examples are located in the parameters table with the description of each keyword. By removing the quotation marks, these examples can be used in CLISTs.
Related topic