Skip to Content
Beginning COBOL for Programmers
book

Beginning COBOL for Programmers

by Michael Coughlan
March 2014
Intermediate to advanced
588 pages
15h 43m
English
Apress
Content preview from Beginning COBOL for Programmers

CHAPTER 16

image

Creating Large Systems

All the programs you have seen so far in this book have been small stand-alone programs. But a large software system is not usually written as a single monolithic program. Instead, it consists of a main program and many independently compiled subprograms, linked together to form one executable run-unit. In COBOL, a program that is invoked from another program is called a subprogram. In other languages, these might be called procedures or methods.

This chapter shows you how to create a software system that consists of a number of programs linked together into one executable run-unit. You see how to create contained ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Ultimate Go Programming, Second Edition

Ultimate Go Programming, Second Edition

William Kennedy
Clean Code Fundamentals

Clean Code Fundamentals

Robert C. Martin
Head First Java, 3rd Edition

Head First Java, 3rd Edition

Kathy Sierra, Bert Bates, Trisha Gee

Publisher Resources

ISBN: 9781430262534Purchase book