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. informat reads IBM packed Julian date values in the form of yyyydddF, converting them to SAS date values, where
Note: SAS interprets a two-digit year as belonging to the
100-year span that is defined by the YEARCUTOFF= system option.
Examples |
input date pdjulg4.;
Data Line in Hexadecimal | Results* |
---|---|
----+----1 |
|
1999003F |
14247 |
*SAS date value 14247 represents January 3, 1999. |
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.