Contained program procedure integration
In contained program procedure integration, the contained
program code replaces a CALL
to a contained program.
The resulting program runs faster without the overhead of CALL
linkage
and with more linear control flow.
Program size: If several CALL
statements
call contained programs and these programs replace each such statement,
the containing program can become large. The optimizer then chooses
the next best optimization for the CALL
statement.