MCOMPILE System Option

Specifies whether to allow new definitions of macros.
Valid in: Configuration fileOPTIONS windowOPTIONS statementSAS invocation
PROC OPTIONS GROUP= MACRO
Type: System option
Default: MCOMPILE

Syntax

MCOMPILE | NOMCOMPILE

Required Arguments

MCOMPILE
allows new macro definitions.
NOMCOMPILE
disallows new macro definitions.

Details

The MCOMPILE system option allows new definitions of macros.
The NOMCOMPILE system option prevents new definitions of macros. It does not prevent the use of existing stored compiled or autocall macros.