DATE System Option

Specifies whether to print the date and time that a SAS program started.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Categories: Log and procedure output control: SAS log and procedure output

Log and procedure output control: SAS log

Log and procedure output control: Procedure output

PROC OPTIONS GROUP= LOG_LISTCONTROL

LISTCONTROL

LOGCONTROL

Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

DATE
specifies that the date and the time that the SAS program started are printed at the top of each page of the SAS log and any output that is created by SAS.
Note:In an interactive SAS session, the date and time are noted only in the output window.
NODATE
specifies that the date and the time are not printed.

See Also

The SAS Log in SAS Language Reference: Concepts