Chapter Contents |
Previous |
Next |
PDJULGw. |
Category: | Date and Time |
Syntax | |
Syntax Description | |
Details | |
Examples | |
See Also |
Syntax |
PDJULGw. |
Default: | 4 |
Range: | 4 |
Details |
The PDJULGw. format writes SAS date values in the form yyyydddF, 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,pdjulg4.); put juldate $hex8.;
SAS date value | Results* |
---|---|
----+----1 |
|
15342 |
2002002F |
*This value represents January 2, 2002. |
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.