Explanation of Identification Division A Division is a block of code, which contains one or more sections or set of sections or set of sentences or block of statements. It begins with division name and ends at the beginning of the next division or at the end of the program. Divisions are known as system defined words. All Divisions should be coded in...
Structure of COBOL Program The Structure of the Cobol applies for COBOL Source Program which has set of syntactically correct set of statements. In other words, COBOL Source Program contains set of syntactically correct set of statements. Cobol Programs contains hierarchical in structure which was shown in the above diagram. The COBOL Program hierarchy consists of Divisions, Sections, Paragraphs, Sentences and Statements. In...