Glossary

Subprogram

A COBOL program designed to be invoked by another program via a *CALL* statement. Subprograms receive parameters through the *Linkage Section* and the USING clause of the PROCEDURE DIVISION header. (Ch. 22, Ch. 23) See also: *CALL*, *Linkage Section*, *BY REFERENCE*.

Learn More

Related Terms