CICS Manual do Usuário - SET STATISTICS
Changes some of the values that control the accumulation and recording of CICS statistics.
Sintaxe:
SET STATISTICS >>-SET STATISTICS(name)-----------------------------------------> >--+-----------------------------------------------------------------------------------------+--> +-ENDOFDAY(hhmmss)------------------------------------------------------------------------+ '-+-------------------------+--+--------------------------+--+--------------------------+-' '-ENDOFDAYHRS(data-value)-' '-ENDOFDAYMINS(data-value)-' '-ENDOFDAYSECS(data-value)-' >--+-----------------------------------------------------------------------------------------+--> +-INTERVAL(hhmmss)------------------------------------------------------------------------+ '-+-------------------------+--+--------------------------+--+--------------------------+-' '-INTERVALHRS(data-value)-' '-INTERVALMINS(data-value)-' '-INTERVALSECS(data-value)-' >--+-----------------+----------------------------------------->< '-RECORDING(cvda)-'
Condição: INVREQ
For more information about the use of CICS-value data areas (CVDAs), see Appendix F, CVDAs recognized by the translator.
Descrição:
SET STATISTICS allows you to change some of the values that control the accumulation and recording of CICS resource and system statistics. When statistics are recorded, they are written out to an operating system file that is defined by the StatFile attribute that is in the Region Definitions (RD).
Two formats for the ENDOFDAY and INTERVAL options are possible:
The arrival of the end-of-day time, as set by the ENDOFDAY option, or a combination of the ENDOFDAYHRS, ENDOFDAYMINS and ENDOFDAYSECS options, always causes the current interval to be ended (possibly prematurely) and a new interval to be started. Only end-of-day statistics are recorded at the end-of-day time, even if it coincides exactly with the expiry of an interval.
Changing the end-of-day value has no effect on the times at which INTERVAL statistics are recorded until the new end-of-day time is reached. At the new end-of-day time, the current interval is ended, as described in the previous paragraph, and a new interval is started.
When you change any of the INTERVAL values (and also when CICS is initialized), the length of the current (or first) interval is adjusted so that it expires after an integral number of intervals from the end-of-day time.
Opções:
Condições:
Informações relacionadas: