On a side note - congrats on using a naming convention for paragraph names. It took me a second to recognize it beginning with a character but was easy after that to find your paragraphs. This is a good habit to follow and not that common among beginning programmers. Good paragraph heading names too.
BTW, if you are doing this in COBOL 95, the word FILLER in the data division is optional. If it's left blank, FILLER is implied. It makes the actual data names atand out a lot better and looks less cluttered. You might also want to learn about in-line performs.
You might want to put a few blank lines betweeen paragraphs, divisions, sections and FDs so they are more distinct for "human" reading.