Reading and Concatenating SAS Data Sets |
Lesson
Overview |
Introduction
Often, you might want to create a new data set from an existing SAS data set. To create the new data set, you can read a single data set, or you can concatenate two or more data sets. Concatenating appends the observations from one data set to another data set. |
This lesson shows you how to use the DATA step to read
and concatenate SAS data sets. When you create your new data set, you can
choose variables and select observations based on one or more conditions.
This lesson contains 23 pages and takes approximately 30-45 minutes to complete.
|
Objectives
In this lesson you learn to
Before taking this lesson, you should have completed the following lessons: Introduction to SAS Programming |
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.