Dear friends,
I have many different STATA datasets to merge. Normally, I use:
However, I am looking for a way to merge more than two datasets like:
Is there a way to do this?
Best,
I have many different STATA datasets to merge. Normally, I use:
Code:
merge 1:1 ccode year, using "data1.dta"
Code:
merge 1:1 ccode year, using "data1.dta",, "data2.dta", "data3.dta"
Best,

Comment