Hi All,
In which senario we should use proc sql over data step while merging two dataset? If I have a dataset with 2 million records and other has only 200 records. which method should I use while joining these two tables?
Thanks,
The choice usualy depends on the result you want:
It might also depend on your skill with the DATA step vs. SQL.
The bottom line is you have to describe the inputs and outputs at least a little bit.
There's no hard and fast rule. And it isn't only between SQL and data step, hash objects and formats can also be options for lookups.
In general, a many to many merge is often best done in SQL. Everything else has multiple options.
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!
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.