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).

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1850 views
  • 2 likes
  • 2 in conversation