Welcome to myCobol.ovh Monday, 29 September 2025, 08:10
separately compiled program
|
|
|
A program that, together with its contained programs, is compiled separately from all other programs. |
|
|
structured programming
|
|
|
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. |
|
|