Chapter Contents

Previous

Next
MRECALL

MRECALL



Controls whether autocall libraries are searched for a member not found during an earlier search

Type: System option
Can be specified in:
Configuration file
OPTIONS window
OPTIONS statement
SAS invocation
Default: NOMRECALL


Syntax
Details

Syntax

MRECALL | NOMRECALL

MRECALL
searches the autocall libraries for an undefined macro name each time an attempt is made to invoke the macro. It is inefficient to search the autocall libraries repeatedly for an undefined macro. Generally, use this option when you are developing or debugging programs that call autocall macros.

NOMRECALL
searches the autocall libraries only once for a requested macro name.


Details

Use the MRECALL option primarily for


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.