Hi, I am a new SAS VIYA user. Is there any alternative method in proc fedsql that performs the same operation as 'not in' method in SQL? Thank you!
Not sure what you are asking.
Did you try just spelling it out.
where not (varname in ('a','b','c'))
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.