HZS0421I   CHECK(checkowner,checkname)UPDATE NOT PROCESSED DUE TO {DATE | SYNCVAL} CONFLICT

Explanation

A check was not processed because one of the following situations was detected:
  • The specified date on the UPDATE request is older than the date of the matching check. The check date is the date specified by the DATE keyword of the HZSADDCK macro that added the check or the DATE parameter of the ADD or ADDREPLACE statement of the HZSPRMxx parmlib member that added the check.
  • A SYNCVAL value was specified and an INTERVAL or EXCEPTIONINTERVAL value did not obey the following rules:
    • for SYNCVAL(hh:mm) and INTERVAL OR EXCEPTIONINTERVAL(hhh:mm) the (exception-) interval duration in total minutes hhh*60 + mm has to be a divisor or a multiple of 1440 minutes (24 hours).
    • for SYNCVAL(*:mm) and INTERVAL OR EXCEPTIONINTERVAL(hhh:mm) the (exception-) interval duration value in total minutes hhh*60 + mm has to be a divisor or a multiple of 60 minutes (one hour).

In the message text:

checkowner
The owner of the check
checkname
The name of the check

System action

The system continues processing.

Operator response

None

System programmer response

For a DATE conflict, make sure that the parameters and values on the UPDATE statement are appropriate for the check. Reissue the UPDATE with a new date and any other changed needed.

For a SYNCVAL conflict, change the SYNCVAL or INTERVAL or EXCEPTIONINTERVAL value so that the INTERVAL or EXCEPTIONINTERVAL duration is an appropriate divisor or multiple of 24 hours or one hour respectively. To display the check values, issue the MODIFY hzsproc,DISPLAY,CHECK=(check_owner,check_name),DETAIL command and find the values that are in conflict.

Problem determination

None

Module

HZSINPRM, HZSPKCHG, HZSMIMST

Routing code

2,11

Descriptor code

5

IBM® Health Checker for z/OS®