The DATA step processes input data. In a DATA step, you can create a SAS data set, which can be a SAS data file or a SAS data view. The DATA step uses input from raw data, remote access, assignment ...
reads an observation from one or more SAS data sets MERGE joins observations from two or more SAS data sets into a single observation MODIFY replaces, deletes, or appends observations in an existing ...