To display a Program Flow Graph

To display a Program Flow Graph:
  1. Right-click a program in the Solution Explorer or in the editor.
  2. Select Show Program Flow Graph. The Program Flow Graph displays in a new tabbed view.
    Note: What is displayed in the Program Flow Graph depends on where in the source you are. For any paragraph or section in a program, the Program Flow Graph will show what performs that section, and what the section performs or calls, as well as the surrounding context. The chosen starting point is highlighted in the graph.

    If you display the graph from right-clicking in the Solution Explorer, the graph always uses the start of the PROCEDURE DIVISION as the starting point.