Chapter Contents

Previous

Next
SERROR

SERROR



Controls whether SAS issues a warning message when a defined macro variable reference does not match a macro variable

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


Syntax
Syntax Description
Details
See Also

Syntax

SERROR | NOSERROR

Syntax Description

SERROR
issues a warning message when a macro variable reference does not match a defined macro variable.

NOSERROR
does not issue the SAS system warning messages when a defined macro variable reference does not match a macro variable.

CAUTION:
When you develop and test programs, the SERROR setting is more useful to you than the NOSERROR setting.   [cautionend]


Details
Several conditions can occur that cause a macro variable reference to go unmatched with an appropriate macro variable. These conditions appear when


See Also

SAS Macro Language: Reference


Chapter Contents

Previous

Next

Top of Page

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