bdfs1m03Structured Programming Macros


Figures

  1. Sequence: Processing Code Sequentially
  2. Selection: Using a Condition
  3. Selection: Using a Case Number
  4. Simple Iteration: The Difference between DO WHILE and DO UNTIL
  5. Selection: #CASE Macro Group
  6. Iteration: #DO Macro Group with the WHILE Parameter
  7. Iteration: #DO Macro Group with the UNTIL Parameter
  8. Iteration: #DO Macro Group with the FROM or TIMES Parameter
  9. Iteration: #DO Macro Group with the INF Parameter
  10. Selection: #IF Macro Group
  11. Branch: #GOTO Macro Group
  12. Subroutine: #SUBR Macro Group