IntroductionCombining data horizontally refers to the process of merging or joining multiple data sets into one data set. This process is referred to as a horizontal combination because in the final data set, each observation (or horizontal row) will have variables from more than one input data set. |
It is useful to combine data horizontally if you have several data
sets that contain different but related information. For example, suppose
you have one data set that contains employee data with the variables
There are several methods for combining data horizontally. This lesson focuses on several methods of combining data horizontally in the DATA step, and compares a DATA step match-merge with a PROC SQL join. This lesson also covers several techniques for horizontally combining data from an input data set with values that are not stored in a SAS data set. |
1.5 hours |
In this lesson, you learn to
|
complete the following lessons:
|