Chapter Contents

Previous

Next
VNFERR

VNFERR



Controls how SAS responds when a _NULL_ data set is used

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Environment control: Error handling
PROC OPTIONS GROUP= ERRORHANDLING


Syntax
Syntax Description
Details
Comparisons
See Also

Syntax

VNFERR | NOVNFERR

Syntax Description

VNFERR
specifies that SAS either issue a warning and error message, or set _ERROR_=1 and stop processing, or both if the error is severe enough to interrupt processing.

NOVNFERR
specifies that SAS issue a warning for a variable that is not found, but not set _ERROR_=1 or stop processing.


Details

The VNFERR system option specifies whether SAS sets the error flag (_ERROR_=1) for a missing variable when a _NULL_ data set (or a data set that is bypassed by the operating environment control language) is used in a MERGE statement within a DATA step.


Comparisons


See Also

System Options:

BYERR
DSNFERR


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.