Chapter Contents |
Previous |
Next |
DKROCOND= |
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 |
DKROCOND=ERROR | WARN | WARNING | NOWARN | NOWARNING |
Examples |
In the following statements, if the variable X is not in data set A and DKRICOND=ERROR, SAS sets the error flag to 1 and displays error messages:
data a; 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.