Chapter Contents

Previous

Next
SERROR

SERROR



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

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


Syntax
Details

Syntax

SERROR | NOSERROR

SERROR
issues a warning message when the macro processor cannot match a macro variable reference to an existing macro variable.

NOSERROR
issues no warning messages when the macro processor cannot match a macro variable reference to an existing macro variable.


Details

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

If your program uses a text string containing ampersands and you want to suppress the warnings, specify NOSERROR.


Chapter Contents

Previous

Next

Top of Page

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