![]() Chapter Contents |
![]() Previous |
![]() Next |
| DKRICOND= |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, Systems Options window |
| Category: | Files: SAS files |
| PROC OPTIONS GROUP= | SASFILES |
| Syntax | |
| Syntax Description | |
| Examples | |
| See Also |
Syntax |
| DKRICOND=ERROR | WARN | WARNING | NOWARN | NOWARNING |
| Examples |
In the following statements, if the variable X is not in data set B and DKRICOND=ERROR, SAS sets the error flag to 1 and displays error messages:
data a; set b(drop=x); run;
| See Also |
System Option:
|
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.