What keyword is used to invoke a subprogram from within the main program?
- CALL
- INVOKE
- PERFORM
- SUBROUTINE
The CALL keyword is used in COBOL to invoke a subprogram from within the main program. It facilitates the transfer of control to the specified subprogram, which performs a specific task and returns control to the main program afterward.
Loading...
Related Quiz
- The process of systematically finding and correcting errors in a COBOL program is known as _____.
- In COBOL, what is a "multidimensional array" in the context of the OCCURS clause?
- COBOL allows you to define your own _____ in the Procedure Division to encapsulate specific functionality.
- When formatting dates for user display, the _____ format ensures readability across different locales.
- What does "scope" refer to in the context of COBOL programming?