Editing a Source File
> COBOL Editor |
|
The COBOL editor supports the following comment styles.
|
Style |
Explanation |
|---|---|
|
Style A |
A line with "/", "D", "d", or "*" in the indicator area (column 7) is treated entirely as a comment line. |
|
Style B |
On a line with "*>", the portion from the "*>" to the end of the line is treated as an in-line comment. |
|
Style C |
A character string in the program identification area (column 73 and subsequent columns) is treated as a comment. |

|