Specifies whether the hours, minutes, and seconds values specified by the current_hour, current_minute, and current_second tunables return static or "rolling" values.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set timewarp_dynamic=---.-TRUE-.-------------><
+-FALSE+
Parameters:
TRUE
|
The hours, minutes, and seconds values specified for the current_hour, current_minute and current_second tunables are treated as clock start values and will "roll" once they have been set.
|
FALSE
|
The hours, minutes, and seconds values specified for the current_hour, current_minute and current_second tunables are static values that will always be returned when the ACCEPT
identifier FROM TIME syntax or the CURRENT-DATE intrinsic function is used.
|
Properties:
Default:
|
FALSE
|
IDE equivalent:
|
Use the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
See the settings under the
Time Warp item.
|