SAS Institute. The Power to Know

Step-by-Step Programming with Base SAS(R) Software

space
Previous Page | Next Page

Introduction to DATA Step Processing

Introduction to DATA Step Processing


Purpose

The DATA step is one of the basic building blocks of SAS programming. It creates the data sets that are used in a SAS program's analysis and reporting procedures. Understanding the basic structure, functioning, and components of the DATA step is fundamental to learning how to create your own SAS data sets. In this section, you will learn the following:

  • what a SAS data set is and why it is needed

  • how the DATA step works

  • what information you have to supply to SAS so that it can construct a SAS data set for you


Prerequisites

You should understand the concepts introduced in What Is the SAS System? before continuing.

space
Previous Page | Next Page | Top of Page