| 1. |
What is the procedure division in COBOL? |
|
Answer» In COBOL, the Procedure division is used for including the logic of the program EFFICIENTLY. Consisting of multiple executable statements using variables that are defined in the DATA division, this type of division, paragraph and section names are focused to be user-defined. |
|