Macro Language Dictionary

MAUTOLOCDISPLAY System Option



Displays the source location of the autocall macros in the log when the autocall macro is invoked
Type: System option
Valid in:

Configuration file

OPTIONS window

OPTIONS statement

SAS invocation

Default: NOMAUTOLOCDISPLAY
PROC OPTIONS GROUP= MACRO

Syntax
Details

Syntax

MAUTOLOCDISPLAY | NOMAUTOLOCDISPLAY

MAUTOLOCDISPLAY

enables MACRO to display the autocall macro source location in the log when the autocall macro is invoked.

NOMAUTOLOCDISPLAY

prevents the autocall macro source location from being displayed in the log when the autocall macro is invoked. NOMAUTOLOCDISPLAY is the default.


Details

When both MAUTOLOCDISPLAY and MLOGIC options are set, only the MLOGIC listing of the autocall source location is displayed.

space
Previous Page | Next Page | Top of Page