have
c1 c2
aa bb
cc cc
aa aa
want
c1 c2 eval
aa bb NOK
cc cc OK
aa aa OK
can you do this with a proc sql ?
thank you
case when c1 = c2 then 'OK' else 'NOK' end as eval
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!