Viewing program control flow within a file
Procedure
- Open a COBOL file in the COBOL Editor or LPEX Editor.
- Right-click in the file to open the pop-up menu.
- Click . The Program
Control Flow view opens with a diagram showing the paragraph
sections in the file.
- To view the flow further, right-click a select node in
the diagram. Click one of the following options.
- Show program content flow from here
- Displays the code that is call from the selected node.
- Show program content flow to here
- Displays the code that calls the selected node.
- Show all
- Displays all paragraphs in the code.