In COBOL's fixed-format source code, comments are indicated by an asterisk (*) in column 7. When column 7 contains an asterisk, the entire line is treated as a comment and ignored by the compiler. Column 7 is also used for continuation (-) and debugging (D) indicators, making it a special control column.