In COBOL fixed-format source code, columns 8-11 comprise Area A, which is reserved for division names (IDENTIFICATION DIVISION, etc.), paragraph names, and section names. Column 7 is the Indicator Area (for * comments, - continuation, etc.). Columns 1-6 are the Sequence Number Area. Area B (columns 12-72) contains the actual procedural code.