Welcome to myCobol.ovh Monday, 29 September 2025, 08:17

procedure integration
Category Concept
Subject Cobol
One of the functions of the COBOL optimizer is to simplify calls to performed procedures or contained programs.
PERFORM procedure integration is the process whereby a PERFORM statement is replaced by its performed procedures. Contained program procedure integration is the process where a call to a contained program is replaced by the program code.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary