On 2015-11-16, at 10:17, Gary Weinhold wrote:

> Depending on how long the process runs and you're concerned that it will 
> start before midnight and end after, you could force an EXEC CICS call if 
> TIME is > 23:59.  So there'd be a few higher overhead calls right around 
> midnight.
>  
If there's no activity in that final minute, might the date change be 
overlooked?

Beware leap seconds: some sites set CVTLSO to 0; others to the STP value that 
IBM
recommends.  In the latter case, ignoring CVTLSO can cause the date to be wrong
0.03% of the time (always around midnight), or the time about a half minute off
always.  If your STCK values are archival, you must correct with the value of
CVTLDTO and CVTLSO in effect at the time of the STCK.  (The Principles of
Operation contains tables of the latter.)

-- gil

Reply via email to