BMC AMI DevX Code Analysis and Runtime Visualizer
Welcome to Code Analysis
Workbench Code Analysis is an Eclipse plug-in you can use to create, view, manipulate, export, and print graphical representations of COBOL and PL/I program structure. The logic flow of each procedure or paragraph and the data flow for a selected field can also be viewed. The hierarchical relationships among copybooks and programs in a mainframe project can also be shown.
The Code Analysis plug-in includes the Code Analysis perspective for working with program structure, logic flow, data flow, and program and copybook hierarchies.
Code Analysis is initiated from a Workbench COBOL Editor or Workbench PL/I Editor session and opens a chart of the program's structure. A logic flow chart for a selected procedure can then be invoked from that program structure chart. A data flow chart can be invoked by clicking a field in the editor or entering it in a text box. Another chart filters out complexity by presenting only the selected structure chart node, its callers (parents), and callees (children). Analyzing an online mainframe project in Project Explorer enables you to view that project's hierarchy of program calls and copybook references.
This section provides information about the following topics: