Post #1
0 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 26, 2026, 11:39 AM
COBOL source keeps failing because I typed starting at column 1 like a normal person. What are columns 1-6 and 7 even for?
COBOL source keeps failing because I typed starting at column 1 like a normal person. What are columns 1-6 and 7 even for?
Fixed format leftovers:
1-6 sequence numbers (optional)
7 indicator (* for comment, - for continuation, etc)
8-11 Area A (division headers, 01 items, paragraph names)
12-72 Area B (most statements)
Yes it feels archaic. ISPF editors often have a NUM OFF / caps habit that helps.
Turn on cols in the editor profile so you can see where 8 and 12 are until it becomes muscle memory.
You must be signed in to reply to this thread