All the divisions should begin from 7 column Identification division. Environment division. Data division. Procedure division. The order should be same as above Every division is further divided into sections Every section is further divided into paragraphs.
All the divisions should begin from 8 column in Area A Identification division. Environment division. Data division. Procedure division. The order should be same as above Every division is further divided into sections Every section is further divided into paragraphs Every paragraph is further divided in to sentences
1. Identification division or ID division In this no setions are there. It has 5 paragraphs. a. Progaram-id. programname b. Author c. Writen-date d. Compiled-date e. Installer
2. Environment Division Under this there are two sub-sections a. Configuration-section. Source compter. Object computer. b. Input-Output section. File control. IO control.