easy sas
Keeping Looking, Don't Settle!
Pages
(Move to ...)
Home
Python
R
python blog
▼
Wednesday, May 30, 2012
IS MISSING / IS NULL to select missing rows
In sas, if want to select those missing rows, you can use VAR=. (for numeric var) or VAR='' OR VAR=' ' (for char var).
A convenient way is to use VAR IS MISSING OR VAR IS NULL.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment