What is the main objective of file handling performance optimization in COBOL?
- Increase program complexity
- Maximize file size
- Minimize I/O operations
- Optimize CPU usage
The primary objective of file handling performance optimization in COBOL is to minimize I/O operations. This involves reducing the number of reads and writes to files, which enhances overall program efficiency and execution speed.
Loading...
Related Quiz
- What is the purpose of the REDEFINES clause in COBOL?
- What is the purpose of the GLOBAL clause in COBOL for variable declarations?
- When using the ADD statement in COBOL, the result is stored in the ________.
- You are developing a COBOL application that needs to retrieve customer information from a database. Which SQL statement should you use for this purpose?
- When working with packed decimal fields in COBOL, you can use the _____ clause to specify the number of decimal places.