A COBOL statement that transfers control to a subprogram. CALL can be *static* (resolved at link-edit time) or *dynamic* (resolved at run time through the *DYNAM* compiler option or a CALL identifier). (Ch. 22) See also: *Static Call*, *Dynamic Call*, *Subprogram*, *CANCEL*.