Specifies whether the day, month, and year values specified by the current_day, current_month, and current_year tunables return static or "rolling" values.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set datewarp_dynamic=---.-TRUE-.-------------><
+-FALSE+
Parameters:
TRUE
|
The day, month, and year values specified for the current_day, current_month and current_year tunables are treated as the clock start values and will "roll" once they have been set.
|
FALSE
|
The day, month, and year values specified for the current_day, current_month, and current_year tunables are static values that will always be returned when the ACCEPT
identifier FROM DATE syntax or the CURRENT-DATE intrinsic function is used.
|
Properties:
Default:
|
FALSE
|
IDE equivalent:
|
None
|