The _____ keyword in COBOL is used to pass data from the calling program to the subprogram.

  • ACCEPT
  • MOVE
  • RETURN
  • USING
The USING keyword in COBOL is used to pass data from the calling program to the subprogram. It allows for the exchange of data between the calling program and the called subprogram, facilitating communication and data sharing.
Add your answer
Loading...

Leave a comment

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