Which section of a COBOL program includes the program's logic and calculations?
- DATA DIVISION
- ENVIRONMENT DIVISION
- IDENTIFICATION DIVISION
- PROCEDURE DIVISION
The "PROCEDURE DIVISION" of a COBOL program is where the actual logic, calculations, and executable statements are written. It contains the operational part of the program.
Loading...
Related Quiz
- Why are COBOL group data items used in program design?
- In COBOL, what is the difference between a data item defined in the WORKING-STORAGE section and a data item defined in the FILE SECTION?
- What is the purpose of the OCCURS DEPENDING ON clause in COBOL tables?
- The ________ clause in the FILE CONTROL paragraph is used to specify the organization of a file.
- When using the REDEFINES clause, it's essential to ensure that the redefined data items have the same starting _____