June 2014
Beginner
386 pages
8h 42m
English
Chapter 7 Macro Expressions and Macro Programming Statements
Constructing Macro Expressions
Understanding Arithmetic Expressions
Understanding Logical Expressions
Understanding the IN Operator As Used in Macro Language Statements
Conditional Processing with the Macro Language
Iterative Processing with the Macro Language
Writing Iterative %DO Loops in the Macro Language
Conditional Iteration with %DO %UNTIL
Conditional Iteration with %DO %WHILE
Introduction
This chapter presents information about macro expressions and macro language statements, and it shows you how to accomplish several programming techniques with them. This chapter also shows you how to construct expressions ...