_____ is a strategy for handling duplicate records by aggregating data based on a common key.
- Aggregate
- Group By
- Rollup
- Summarize
The Group By strategy in COBOL involves aggregating data based on a common key, allowing for the consolidation and summarization of records with similar key values.
Loading...
Related Quiz
- When should you use record-level locking as opposed to file-level locking in a COBOL application?
- What is the primary purpose of the COBOL Procedure Division?
- You are developing a COBOL program that reads data from an external file. What would you do if the file does not exist when you attempt to open it?
- What is the significance of using the CURRENT-DATE special register in COBOL?
- In COBOL, which statement is used to add two numeric values together?