Hello,
I need to append 81 files.
The long code would look something like..
use 1.dta , clear
append using 2.dta
append using 3.dta
.
.
.
append using 81.dta
I know I can use the foreach command, and I have seen examples on the internet, but they do not work for me, because of the way I have named my files.
Any suggestions?
Thank you
I need to append 81 files.
The long code would look something like..
use 1.dta , clear
append using 2.dta
append using 3.dta
.
.
.
append using 81.dta
I know I can use the foreach command, and I have seen examples on the internet, but they do not work for me, because of the way I have named my files.
Any suggestions?
Thank you
Comment