PERFORM procedure integration
PERFORM
procedure integration
is the process whereby a PERFORM
statement is replaced
by its performed procedures. The advantage is that the resulting program
runs faster without the overhead of PERFORM
linkage
and with more orderly control flow.
Program size: If the performed procedures are invoked by
several PERFORM
statements and replace each such
statement, the program could become large. The optimizer limits this
increase, after
which it no longer integrates these procedures.