I have two data. Data X has variables A B C D E, data Y has variables D E F G H. Data X has more observations than data Y. It's not one-to-one match. If I need 1) use E from data Y to update the values of E from data X. 2) horizontally combine data X and Y. How to do that? Thank you very much.