Chapter Contents

Previous

Next
MERROR

MERROR



Controls whether the macro processor issues a warning message when a macro reference cannot be resolved

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


Syntax
Details

Syntax

MERROR | NOMERROR

MERROR
issues the following warning message when the macro processor cannot match a macro reference to a compiled macro:
WARNING: Apparent invocation of macro %text not resolved.

NOMERROR
issues no warning messages when the macro processor cannot match a macro reference to a compiled macro.


Details

Several conditions can prevent a macro reference from resolving. These conditions appear when

If your program contains a percent sign in a string that could be mistaken for a macro keyword, specify NOMERROR.


Chapter Contents

Previous

Next

Top of Page

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