RTRACE System Option: UNIX

Produces a list of resources that are read or loaded during a SAS session.
Valid in: configuration file, SAS invocation, SASV9_OPTIONS environment variable
Category: Log and procedure output control: SAS log
PROC OPTIONS GROUP= LOGCONTROL
Default: none
UNIX specifics: all

Syntax

-RTRACE ALL | NONE

Required Arguments

ALL
produces a list of resources that are read or loaded during a SAS session.
NONE
turns off RTRACE on all files.

Details

The RTRACE system option produces a list of resources that are read or loaded during the execution of SAS. If you specify -RTRACE ALL but do not specify the RTRACELOC system option, the output is written to the SAS log.

See Also