234k views
22 votes
Differentiate between Calling and Called program?

1 Answer

6 votes

Answer:

The program name in CALL statement called as CALLED program/Sub program. A program can contain as many CALLs required and no restriction on it. In other words, CALLING program can CALL as many subprograms required. CALLED may not have the CALL statement to call another program.

Step-by-step explanation:

User Jeroen Bolle
by
6.1k points