Hi,
I have a seemingly easy question. I would like to know if there is any easy way to do it.
There are two datasets A and B, both include a variable stock id (ID). A is a very comprehensive one that has many more ids than B. Now I want to merge two together to get any IDs in A that are not in B. How to do it? Can I do it in proc sql?
Thanks.
Yes you can do it in proc sql. Use a left join.
Abraham Mathew on Twitter: "Hands down, one of the most important works of art EVER! http://t.co/AeaYZGjGvg"
Yes you can do it in proc sql. Use a left join.
Abraham Mathew on Twitter: "Hands down, one of the most important works of art EVER! http://t.co/AeaYZGjGvg"
Cool. Thanks!
use proc_sql under left join
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and 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.