System Options for Macros |
Valid in: |
| ||||
Type: | System option | ||||
Default: | NOMRECALL | ||||
PROC OPTIONS GROUP= | MACRO |
Syntax | |
Details |
Syntax |
MRECALL | NOMRECALL |
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.
searches the autocall libraries only once for a requested macro name.
Details |
Use the MRECALL option primarily for
developing systems that require macros in autocall libraries.
recovering from errors caused by an autocall to a macro that is in an unavailable library. Use MRECALL to call the macro again after making the library available. In general, do not use MRECALL unless you are developing or debugging autocall macros.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.