Project Tab
The Project tab displays tree hierarchy of objects in the project. The tree can be expanded or collapsed by clicking the + or - signs to the left of each node. The type of each branch is identified by an icon and a text label. In most cases, a node corresponds to a specific line of code in one of the project files and double-clicking the node causes the source file to be displayed in an edit window with the corresponding code line highlighted. Right-clicking a node causes a menu to open, which usually contains commands for displaying the code (similar to the double-clicking the node), for expanding or collapsing the branch represented by the node, or viewing properties of the object.
The Project tab contains the following nodes under the main project node:
Node Name | Icon | Description |
---|---|---|
File Type Folder Node | ![]() |
Each file type folder represents a logical container for source files of the corresponding type that are included in the project. The files list is displayed when the node is expanded. |
COBOL Node | ![]() |
Opens the COBOL source file. |
Include (Copy) Node | ![]() |
Opens the Include (Copybook) file |
BMS Node | ![]() |
Opens the BMS file. |
JCL Node | ![]() |
Opens the JCL file. |
Configuration Node | ![]() |
Opens a configuration file. |