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
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.
YouTube LinkedIn
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!