BookmarkSubscribeRSS Feed
cons
Calcite | Level 5

Hello everybody.

 

IS it possible to combine the WHERE and NOT statement with operator IS NULL or IS MISSING?

IN Base 9.2, it isnt. But I did try it and it works. Please help me.

Thanks.

1 REPLY 1
FreelanceReinh
Jade | Level 19

Hello @cons,

 

Yes, you can combine the NOT operator with the IS NULL or IS MISSING operator in a WHERE statement.

 

I don't see a difference between the tables of WHERE statement operators for SAS 9.2 and SAS 9.4. There can be no doubt that a combination as in

where not (x is null);

is valid. Even the notation

where x is not null;

works and it is mentioned in the section "Use of Indexes" of the WHERE statement documentation of both SAS 9.2 and 9.4 (see links above).

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1135 views
  • 2 likes
  • 2 in conversation