RTRACE System Option: Windows

Produces a list of resources that are read or loaded during a SAS session.

Valid in: configuration file, SAS invocation
Category: Log and Procedure Output Control: SAS Log
PROC OPTIONS GROUP= LOGCONTROL
Default: NONE
Windows specifics: all

Syntax

-RTRACE ALL | NONE

Required Arguments

ALL

specifies to list all the file resources used in a given SAS session.

NONE

specifies not to list the file resources.

Details

Use the RTRACE and RTRACELOC system options to create a file that lists the resources SAS uses. If you specify -RTRACE ALL but do not specify the RTRACELOC system option, the output is written to the SAS log.

See Also

The SAS Log in SAS Language Reference: Concepts