SYSDATE parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (Add the syntax.) |
||
Line 14: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
The SYSDATE parameter lets you set the initial system date to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+DDD is specified. | The SYSDATE parameter lets you set the initial system date to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+DDD is specified. The format for the parameter value is: SYSDATE=yyyy/mm/dd or SYSDATE=+ddd<br> | ||
SYSDATE may not be in the past, and may not be after 2042/09/17 when the old-style 8-byte hardware Time Of Day clock value wraps to zero. | |||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 18:09, 5 March 2015
System initial date
Summary
- Default value
- Current operating system time
- Parameter type
- System
- Where set
- user 0 CCAIN parameter list only
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The SYSDATE parameter lets you set the initial system date to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+DDD is specified. The format for the parameter value is: SYSDATE=yyyy/mm/dd or SYSDATE=+ddd
SYSDATE may not be in the past, and may not be after 2042/09/17 when the old-style 8-byte hardware Time Of Day clock value wraps to zero.