In COBOL, the _____ clause is used to define the data items that are passed as arguments to a subprogram.

  • GIVING
  • INPUT
  • OUTPUT
  • USING
The USING clause in COBOL is used to define the data items that are passed as arguments to a subprogram during invocation. It specifies the variables or data areas to be shared between the calling and called programs.
Add your answer
Loading...

Leave a comment

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