MAUTOCOMPLOC System Option

Displays in the SAS log the source location of an autocall macro when the autocall macro is compiled.
Valid in: Configuration file, OPTIONS window, OPTIONS statement, SAS invocation
PROC OPTIONS GROUP= MACRO
Type: System option
Default: NOMAUTOCOMPLOC

Syntax

MAUTOCOMPLOC|NOMAUTOCOMPLOC

Required Arguments

MAUTOCOMPLOC
displays the autocall macro source location in the SAS log when the autocall macro is compiled.
NOMAUTOCOMPLOC
prevents the autocall macro source location from being written to the SAS log.

Details

The display created by the MAUTOCOMPLOC system option of the autocall macro source location in the log is not affected by either the MAUTOLOCDISPLAY or the MLOGIC system options.