Chapter Contents |
Previous |
Next |
PDJULIw. |
Category: | Date and Time |
Syntax | |
Syntax Description | |
Details | |
Examples | |
See Also |
Syntax |
PDJULIw. |
Default: | 4 |
Range: | 4 |
Details |
The PDJULIw. format writes SAS date values in the form ccyydddF, where
Note: SAS interprets a two-digit year as belonging to
the 100-year span that is defined by the YEARCUTOFF= system option.
Examples |
juldate = put(date, pdjuli4.); put juldate $hex8.;
SAS date value | Results* |
---|---|
13881 |
0098002F |
18630 |
0111003F |
*The result is a hexadecimal four-byte packed decimal Julian date in the format of ccyydddF. The first SAS date value represents the date of January 2, 1998. The second SAS date value represents the date of January 3, 2011. |
See Also |
Formats:
| |||||||
Functions:
| |||||||
Informats:
| |||||||
System
Option:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.