Program autoinstall: Global statistics
You can retrieved program autoinstall global statistics by using the EXEC CICS EXTRACT STATISTICS PROGAUTO command. They are mapped by the DFHPGGDS DSECT.
| DFHSTUP name | Field name | Description |
|---|---|---|
| Program autoinstall attempts | PGGATT | The number of times that a program autoinstall was attempted. Reset characteristic: reset to zero |
| Rejected by autoinstall exit | PGGREJ | The number of times that a program autoinstall request was rejected by the
program autoinstall user-replaceable program. Reset characteristic: reset to zero |
| Failed autoinstall attempts | PGGFAIL | The number of times that a program autoinstall failed due to a number of reasons
other than rejects (as counted by PGGREJ). For example the autoinstall user-replaceable program did
not provide valid attributes; the model name specified by the user-replaceable program was not
defined; the exit tried to recurse, and disabled the user-replaceable program. Reset characteristic: reset to zero |