What is the column range for Area A and Area B in COBOL:
-
1-6 and 7-72
-
8-11 and 12:72
-
1-15 and 16:80
-
None of the above
B
Correct answer
Explanation
In COBOL fixed format, Area A (columns 8-11) is for level numbers, paragraph names, and section names. Area B (columns 12-72) is for actual code statements. Columns 1-6 are for sequence numbers (optional) and indicator area (column 7).