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 the RTRACELOC system options to create a file that lists the resources SAS uses.

See Also

The SAS Log in SAS Language Reference: Concepts