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.
Do Loops
Do Loops
You have already seen how a DO… END statement can be used to execute a series of statements when it follows an IF… ...
- Loading...