In COBOL, what are the advantages of using subprograms?

  • Code Reusability, Maintainability, and Improved Readability
  • Enhanced Input/Output Operations
  • Improved Control Flow
  • Increased Program Complexity, Slower Execution
Using subprograms in COBOL offers advantages such as code reusability, maintainability, and improved readability. By breaking down a program into smaller modules, developers can reuse code segments, making it easier to maintain and understand the program.
Add your answer
Loading...

Leave a comment

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