How many dataset we can use in one to one merge in sas data step .
Hello,
as per the documentation of SAS (http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001304305.htm),
under Understanding the MERGE Statement it is stated:
"SAS-data-set-list is the names of two or more SAS data sets to merge. The list may contain any number of data sets"
According to Step-by-Step Programming with Base SAS(R) Software, there seems to be no fixed limit:
The list may contain any number of data sets.
But you may run out of resources with very large numbers of datasets; you can only confirm this by testing.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.