Chapter Contents |
Previous |
Next |
SERROR |
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 |
Details |
For example, this statement uses an ampersand as the symbol for the logical operator AND with no intervening blanks:
if x&y then do;
if buyer="Smith&Jones, Inc." then do;
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.