SOURCE2 System Option

Specifies whether SAS writes secondary source statements from included files to the SAS log.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: SAS log
PROC OPTIONS GROUP= LOGCONTROL
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

SOURCE2
specifies to write to the SAS log secondary source statements from files that have been included by %INCLUDE statements.
NOSOURCE2
specifies not to write secondary source statements to the SAS log.

Details

Note: SOURCE2 must be in effect when you execute SAS programs that you want to send to SAS for problem determination and resolution.

See Also

The SAS Log in SAS Language Reference: Concepts