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.
Loading...
Related Quiz
- When removing duplicate records from a COBOL file, you may use the _____ operation to merge duplicate entries.
- What are some advantages of using VSAM (Virtual Storage Access Method) for indexed file processing in COBOL?
- You are developing a COBOL program that reads data from an existing file and updates specific records. Which file access mode should you choose for this operation?
- In a COBOL "IF" statement, the "NEXT SENTENCE" phrase is used to _____
- In COBOL, _____ is commonly used for maintaining and accessing indexed files.