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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *