DATE | NODATE | NUMBER | NONUMBER | PAGENO= | PAGESIZE= | LINESIZE= |
DATE | NODATE | |
To specify whether the date and time appear, use the
DATE | NODATE option in the OPTIONS statement. In the following
example, the current date and time are not displayed on
the output produced by the PRINT procedure.
options nonumber nodate; |
|
In the next example, the current date and time
are displayed on the output produced by the PRINT procedure.
options date; |
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.