Chapter Contents |
Previous |
Next |
SERROR |
Type: | System option | ||||
Can be specified in: |
| ||||
Default: | SERROR |
Syntax | |
Details |
Syntax |
SERROR | NOSERROR |
Details |
Several conditions can occur that prevent a macro variable reference from resolving. These conditions appear when
&
) followed by a string,
without intervening blanks between the ampersand and the string, for example:
if x&y then do; if buyer="Smith&Jones, Inc." then do;
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.