June 2014
Beginner
386 pages
8h 42m
English
Chapter 13 A Stepwise Method for Writing Macro Programs
Building a Macro Program in Four Steps
Applying the Four Steps to an Example
Step 1: Write, test, and debug the SAS program(s) that you want the macro program to build
Step 3: Create macro program(s) from the program(s) in Step 2
Executing the REPORT Macro Program
Enhancing the Macro Program REPORT
Introduction
By now you’ve probably thought of at least one application that you could rewrite as a macro program. You've written ...