Previous Page | Next Page

Conditionally Processing Observations from Multiple SAS Data Sets

Introduction to Conditional Processing from Multiple SAS Data Sets


Purpose

When combining SAS data sets, you can process observations conditionally, based on which data set contributed that observation. You can do the following:

You have seen some of these concepts in earlier topics, but in this section you will apply them to the processing of multiple data sets. The examples use the SET statement, but you can also use all of the features that are discussed here with the MERGE, MODIFY, and UPDATE statements.

Prerequisites

Before using this section, you should understand the concepts presented in the following sections:

Previous Page | Next Page | Top of Page