I know how to merge 2 datasets.
Can someone please tell me how to merge 2 datasets rows common to both the datasets.
We can't understand your question.
Please post sample input and output data to illustrate your issue.
EDIT: Here's the SAS resource on combining datasets and all the different ways.
Refer to this visual below which shows SQL code, however the same is possible in datastep merge using in= on both datasets:
data want; merge have1 (in=a) have2 (in=b); by merge_variables; if a and b; run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.