Summary
Contents
Subject index
This book provides instruction about how to write computer programs using SAS language. It focuses on common programming tasks frequently encountered in conducting data analysis; and provides advice about how to learn the SAS lanuguage and how to use it efficiently.
Arrays
Arrays
A powerful programming feature of the SAS language is the ability to refer to two or more variables with a single variable name. Different ...
- Loading...