Rational Developer for System z

Viewing program control flow within a file

Procedure

  1. Open a COBOL file in the COBOL Editor or LPEX Editor.
  2. Right-click in the file to open the pop-up menu.
  3. Click Show In > Program Control Flow. The Program Control Flow view opens with a diagram showing the paragraph sections in the file.
  4. 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.

Feedback