Module 3: SAS Programming Basics - Part 2
Introduction
This module continues the introduction to some basic, but very important and frequently used commands and operations in SAS.
Learning Objectives
After completing this modules, the student will be able to:
- Enhance output using titles and footnotes
- Use proc univariate
- Use proc chart and proc freq
- Enhance output by labeling variables
- Enhance programs using comments
- Create subset data sets using keep/drop and select if
- Use the "where" statement in procs
- Use proc sort and the "by" statement in procs
- Enhance output by formatting variables
- Use the Output Delivery System in SAS (ODS)
- Use SAS Help