Specifies the hour of the day that is to be returned when the ACCEPT identifier FROM TIME syntax or the CURRENT-DATE intrinsic function is used.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set current_hour=---integer-------------><
Parameters:
integer
|
A value from 0 - 23 indicating the required hour of the day. The value you specify is returned when you use the ACCEPT
identifier FROM TIME syntax or the CURRENT-DATE intrinsic function
|
Properties:
Default:
|
The current hour as returned by the system clock.
|
IDE equivalent:
|
Project > Properties > Date/Time Warp > Hour
|
Comments:
If the timewarp_dynamic tunable is set to TRUE, the hour value specified is treated as the hour at which the clock is started, and will change every 60 minutes.