This document provides an introduction and overview of the SAS environment and working with SAS data sets. It covers:
1. Creating SAS data sets by importing raw data files, manually entering data, or using the import menu option. Formatted, list, and column input styles are discussed.
2. Manipulating SAS data sets by creating new data sets from existing ones using SET statements in data steps. Combining data sets through concatenation, appending, and merging is also covered.
3. Processing SAS data sets using procedures and generating output. Basic statistical analysis procedures and summary procedures are introduced.