Here is the command we can issue for finding non blank character
f P’¬’
now using this we can view all paragraphs names in cobol source.
Open your source in view or edit mode
x all; f all P’¬’ 8 ; x all ‘*’ 7
this will show lines other than procedure divisin…
If you wish, you can exclude lines from begining to procedure division.
