Chapter Contents

Previous

Next
MSTORED

MSTORED



Determines whether the macro facility searches a specific catalog for a stored, compiled macro

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Macro: SAS macro
PROC OPTIONS GROUP= MACRO


Syntax
Syntax Description
Details

Syntax

MSTORED | NOMSTORED

Syntax Description

MSTORED
specifies that the macro facility search for stored compiled macros in the SASMACRO catalog of the SAS data library that is referenced by the SASMSTORE option.

NOMSTORED
specifies that the macro facility does not search for compiled macros.


Details

Regardless of the setting of MSTORED, the macro facility first searches for macros in the SASMACR catalog in the WORK library. If you specify MSTORED and the desired macro is not found in the WORK library, the macro facility searches the SASMACR catalog in the SAS data library that is referenced by SASMSTORE. If you specify NOMSTORED, the subsequent search is not performed.


Chapter Contents

Previous

Next

Top of Page

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