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.
Loading...
Related Quiz
- How can you ensure proper cleanup and closing of files in COBOL, even when exceptions occur?
- The "I-O" file access mode allows both _____ and _____ operations on a file in COBOL.
- What is the main purpose of error handling in COBOL programs?
- What is a COBOL group data item?
- In COBOL, what is the purpose of the FUNCTION statement when using intrinsic functions?