Chapter Contents |
Previous |
Next |
_BLANK_ |
Category: | System Variable |
Details | |
Example | |
See Also |
Details |
In comparison operations, _BLANK_ is considered the smallest missing value.
Example |
The following code fragment prints a message if X is modified and is blank:
if modified(x) and x eq _blank_ then _msg_ = 'Please enter a value';
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.