Welcome to myCobol.ovh Monday, 29 September 2025, 06:09

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  separately compiled program   structured programming                               

separately compiled program
Category Concept
Subject Cobol
A program that, together with its contained programs, is compiled separately from all other programs.

structured programming
Category Concept
Subject Cobol
A technique for organizing and coding a computer program in which the program comprises a hierarchy of segments, each segment having a single entry point and a single exit point. Control is passed downward through the structure without unconditional branches to higher levels of the hierarchy.