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

myCobol.ovh Glossary
Categories all ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all   ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  page   page body   port   portability   procedure integration                      

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.