Developer for System z Enterprise COBOL for z/OS, Version 4.1, Programming Guide
Using an optimal programming style
The coding style you use can affect
how the optimizer handles your code. You can improve optimization
by using structured programming techniques, factoring expressions,
using symbolic constants, and grouping constant and duplicate
computations.