SYSDATE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Add the syntax.)
m (misc cleanup)
Line 1: Line 1:
{{Template:SYSDATE parameter subtitle}}
{{Template:SYSDATE parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</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 format for the parameter value is: SYSDATE=yyyy/mm/dd or SYSDATE=+ddd<br>
The <var>SYSDATE</var> parameter lets you set the initial system date to a given value. The <var>SYSDATE</var> and <var>[[SYSTIME parameter|SYSTIME]]</var> parameters must both be specified together, unless <code>SYSDATE=+<i>ddd</i></code> is specified.   
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.
 
The format for the parameter value is:  
<p class="syntax">SYSDATE=<span class="term">yyyy</span>/<span class="term">mm</span>/<span class="term">dd</span></p>
Or:
<p class="syntax">SYSDATE=+<span class="term">ddd</span></p>
 
The <var>SYSDATE</var> value must not be in the past, and it must not be after <code>2042/09/17</code>, the date 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 23:25, 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

The SYSDATE value must not be in the past, and it must not be after 2042/09/17, the date the old-style, 8-byte hardware, Time-Of-Day clock value wraps to zero.