Created On:  16 November 2010

Problem:

While trying to generate a Flowchart diagram for a particular paragraph in a COBOL program, I get the message:
 
"No Flowchart information found for this program position"

Resolution:

This message is displayed when a paragraph is not executed within the program. Although this paragraph is called, the calling paragraph is not executed from anywhere, i.e. this is Dead Code.
Incident #2479186