vEXEC CICS SET STATISTICSON|OFF RECORDNOW.
CICS writes requested statistics to SMF even if, on one of the following, you
have specified OFF:
vThe STATRCDsystem initialization parameter
vThe CEMT SET STATISTICScommand
vThe RECORDING option of the EXEC CICS SET STATISTICScommand.
Statistics counters are not reset.
Requested reset statistics
differ from requested statistics in that all statistics are collected, and all statistics
counters are reset. They are invoked by either of the commands:
vCEMT PERFORM STATISTICSRECORD ALL(RESETNOW)
vEXEC CICS PERFORM STATISTICSRECORD ALL(RESETNOW).
Youcan also invoke requested reset statistics when setting statistics recording
status ON or OFF,using either of the commands:
vCEMT SET STATISTICSON|OFF RECORDNOW RESETNOW
vEXEC CICS SET STATISTICSON|OFF RECORDNOW RESETNOW.
Note that it is valid to specify the RECORDNOW RESETNOW options only
when there is a genuine change of recording status. For example, coding EXEC
CICS SET STATISTICSON RECORDNOW RESETNOW when STATISTICS is
already set ON causes an error response.
CICS writes requested reset statistics to SMF even if, on one of the following,
you have specified OFF:
vThe STATRCDsystem initialization parameter
vThe CEMT SET STATISTICScommand
vThe RECORDING option of the EXEC CICS SET STATISTICScommand.
Unsolicited statistics
are automatically gathered by CICS for dynamically allocated and deallocated
resources. CICS writes these statistics to SMF just before the resource is
deleted if:
vStatistics recording status was set ON by the STATRCDsystem initialization
parameter (and has not subsequently been set OFF by a CEMT SET
STATISTICSor EXEC CICS SET STATISTICS RECORDING command).
or
vON is speci��ed on CEMT SET STATISTICS.
or
vThe RECORDING option of the EXEC CICS SET STATISTICScommand is
set to ON.
CICS collects unsolicited statistics for:
Autoinstall
Whenever an autoinstalled terminal entry in the TCT is deleted, CICS
collects statistics covering the autoinstalled period since the last
interval. This period includes any delay interval specified on the system
initialization parameters AILDELAY or AIRDELAY.
statistics—introduction
Chapter25. CICS statistics 679