Glossary

Nested Program

A COBOL program defined within the scope of another COBOL program (contained program). Nested programs can share data with their containing program through the *GLOBAL* clause and provide structured modularity without external subprogram overhead. (Ch. 24) See also: *Contained Program*, *GLOBAL*.

Learn More

Related Terms