Back to Browse

COBOL - Call statement

4.2K views
Jun 30, 2019
10:37

CALL Statement: CALL statement transfers control from one object program to another within the run unit. When the subprogram has finished, control returns to the statement that follows the CALL in the calling program. ➢ The program that calls another program is referred to as the calling program ➢ The program it calls is referred to as the called program.

Download

0 formats

No download links available.

COBOL - Call statement | NatokHD