Chapter Contents |
Previous |
Next |
DATEJUL |
Category: | Date and Time |
Syntax | |
Arguments | |
Examples | |
See Also |
Syntax |
DATEJUL(julian-date) |
Examples |
The following SAS statements produce these results:
SAS Statements | Results |
---|---|
Xstart=datejul(94365); put Xstart / Xstart date9.; |
12783 31DEC1994 |
Xend=datejul(2001001); put Xend / Xend date9.; |
14976 01JAN2001 |
See Also |
Function:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.