Open 1to1 left.dta 

Open 1to1 right.dta  

1to1 left.dta preview

1to1 right.dta preview

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" 

Example data

Functions referenced:

use

append

--- The End ---