| SAS System Options |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
| Category: | Environment control: Error handling |
| PROC OPTIONS GROUP= | ERRORHANDLING |
| Syntax | |
| Syntax Description |
Syntax |
| ERRORCHECK=NORMAL | STRICT |
does not place the SAS job into syntax-check mode when an error occurs in a LIBNAME or FILENAME statement, or in a LOCK statement in SAS/SHARE software. In addition, the job or session does not abend when a %INCLUDE statement fails due to a non-existent file.
places the SAS job into syntax-check mode when an error occurs in a LIBNAME or FILENAME statement, or in a LOCK statement in SAS/SHARE software. In addition, the job or session abends when a %INCLUDE statement fails due to a non-existent file.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.