Controls error handling in batch processing
Valid in: |
configuration file, SAS invocation
|
Category: |
Environment control: Error handling
|
PROC OPTIONS GROUP= |
ERRORHANDLING
|
ERRORCHECK=NORMAL | STRICT
|
- NORMAL
- 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.
- STRICT
- 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 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.