DTRESET System Option

Specifies whether to update the date and time in the SAS log and in the procedure output file.
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

DTRESET
specifies that SAS update the date and time in the titles of the SAS log and the procedure output file.
NODTRESET
specifies that SAS not update the date and time in the titles of the SAS log and the procedure output file.

Details

The DTRESET system option updates the date and time in the titles of the SAS log and the procedure output file. This update occurs when the page is being written. The smallest time increment that is reflected is minutes.
The DTRESET option is especially helpful in obtaining a more accurate date and time stamp when you run long SAS jobs.
When you use NODTRESET, SAS displays the date and time that the job originally started.

See Also

The SAS Log in SAS Language Reference: Concepts