This section contains the following statistics:
These statistics can be accessed online using the EXEC CICS® COLLECT STATISTICS PROGAUTO command, and are mapped by the DFHPGGDS DSECT. For programming information about the EXEC CICS COLLECT STATISTICS command, see the CICS System Programming Reference manual.
DFHSTUP name | Field name | Description |
---|---|---|
Program autoinstall attempts | PGGATT | is the number of times that a program autoinstall was
attempted.
Reset characteristic: reset to zero
|
Rejected by autoinstall exit | PGGREJ | is 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 | is 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
|
Summary statistics are not available online.
DFHSTUP name | Description |
---|---|
Program autoinstall attempts | is the number of times that a program was autoinstalled.
|
Rejected by autoinstall exit | is the number of times that a program is rejected by the
autoinstall exit.
|
Failed autoinstall attempts | is the number of times that a program failed to autoinstall.
|