IS NULL is a predicate
that tests for a null value. IS NULL is used in the WHERE, ON, and
HAVING clauses. The IS NULL predicate resolves to true if the result
of the SQL expression is null and resolves to false if it is not null.
Comparisons
The IS MISSING predicate
tests for SAS missing values in SAS native data stores.