DSNU011I csect-name- THE CURRENT TIME ZONE OFFSET: offset-value EXCEEDS +-24 HOURS. THE ALLOWABLE RANGE IS -82397 TO +82397 UNITS. SEE SQLCODE -187.

Explanation

A utility has detected an invalid z/OS® time zone offset.

csect-name
The name of the control section that issued the message.
offset-value
The invalid time zone offset that was specified.

Db2 requires the offset to be within the range -82397 to +82397, inclusive. Each unit represents 1.048576 seconds.

System action

The utility job either ends with return code 8 or abends with reason code 00E40340.

System programmer response

One or more of the following conditions exists on the z/OS system on which this error occurred:

  • The system was configured at IPL with an invalid time zone offset. To correct the offset, update the CLOCKxx member of SYS1.PARMLIB.
  • A SET DATE console command modified the date. Use the SET DATE command to correct the date.
  • A SET CLOCK console command modified the time. Use the SET CLOCK command to correct the time.

User response

Contact the system programmer.

Severity

8 (error)