Open 1to1 left.dta
Open 1to1 right.dta
The “append” command adds rows to a dataset.
* Import the left dataset
use "1to1 left", replace
* Append the dataset on the right
append using "1to1 right"
Functions referenced:
use
append
--- The End ---