The MERGE statement in COBOL is often used for _____ files with a common key.
- Combining
- Indexing
- Merging
- Sorting
The MERGE statement in COBOL is used for merging files with a common key. It allows records from multiple sorted input files to be merged into a single sorted output file based on the specified key.
Loading...
Related Quiz
- Which COBOL statement is used to raise an exception explicitly in a program?
- What is the significance of using the CURRENT-DATE special register in COBOL?
- In COBOL, what is a "watchpoint" used for during debugging?
- Explain the concept of abstract classes in Object-Oriented COBOL.
- When defining an array or table in COBOL, you must specify the _____ of elements it can hold.