RTE_HCK_STC_INTERVAL

This parameter contains the interval, in minutes, for running a health check to verify that all started tasks configured for a runtime environment are running.

Required or optional
Optional
Location where the parameter value is stored
%RTE_HILEV%.%RTE_NAME%.RKANPARU(HZSPRMCI)
Parameter name and syntax
INTERVAL
Default value
30 minutes
Permissible values
10 - 1440 minutes
PARMGEN name
RTE_HCK_STC_INTERVAL
Description
If IBM® Health Checker on z/OS® is running, you can implement a health check to verify that all started tasks configured for a runtime environment are running. By default, the check runs every 30 minutes, but you can use the RTE_HCK_STC_INTERVAL parameter to specify, in minutes, the interval at which the check runs. The started-task health check can be implemented in two ways:
  • By modifying the HZSPRM default value in the HZSPROC PROC statement to include the check. For example:
    //HZSPROC PROC HZSPRM='(00,CI)',
    With this option, the check is run automatically whenever the Health Checker task is started and repeated at the specified interval.
  • By issuing a console command after the z/OS Heath Checker started task is active. For example:
    F HZSPROC,ADD,PARMLIB=(CI)
    This option requires that the console command is issued each time the Health Checker task is started.
Related parameters