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.
Add your answer
Loading...

Leave a comment

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