MAUTOLOCINDES System Option

Specifies whether the macro processor prepends the full pathname of the autocall source file to the description field of the catalog entry of compiled autocall macro definition in the WORK.SASMACR catalog.
Valid in: Configuration file, OPTIONS window, OPTIONS statement, SAS invocation
PROC OPTIONS GROUP= MACRO
Type: System option
Default: NOMAUTOLOCINDES
See: SAS log

Syntax

MAUTOLOCINDES|NOMAUTOLOCINDES

Required Arguments

MAUTOLOCINDES
causes the macro processor to prepend the full pathname of the autocall macro source file to the description field of the catalog entry of the compiled autocall macro definition in the WORK.SASMACR catalog.
NOMAUTOLOCINDES
no changes to the description field autocall macro definitions in the WORK.SASMACR catalog.

Details

Use MAUTOLOCINDES to help determine where autocall macro definition source code is located. The following is an example that shows the output that contains the full pathname:
  options mautolocindes;
  %put %lowcase(THIS);

this

  proc catalog cat=work.sasmacr;contents;run;

                       Contents of Catalog WORK.SASMACR

# Name    Type          Create Date       Modified Date Description

1 LOWCASE MACRO 12Sep10:10:36:57    12Sep10:10:36:57    C:\SASv9\sas\dev\
                                                        mva-v930\shell\auto\