When a subprogram is called, the control returns to the _____ program after the subprogram execution is complete.
- Called
- Caller
- Child
- Parent
In COBOL, after the execution of a subprogram is complete, control returns to the calling program. The calling program is often referred to as the caller, and this mechanism allows for the integration of modular and reusable code.
Loading...
Related Quiz
- Which file processing technique is suitable when you need to read records in the order they were added to the file?
- What is the purpose of the "IF" statement in COBOL?
- When working with indexed files in COBOL, what is the key used for accessing records?
- Which file organization type is best suited for situations where records are frequently added and deleted?
- How can you efficiently navigate through a file containing variable-length records in COBOL?