Let me try to explain.
I have two different datasets with different variables. Both of them contain a Danish 'CPR' number which in this situation is my ID var.
A patient can be in dataset1 and not in dataset2 and opposite. I want to find those patients whos not in both datasets based on my ID var.
In STATA I can use 'merge' and choose those patients where there is no match.
Can I do something similar in sas?