COBOL source files to be compiled are displayed in the Source Files folder. Its contents are equivalent to those of the Source Files folder in the "Dependency" view. The internal structure of each COBOL source file is hierarchically displayed under the COBOL source file. The structure displayed under each COBOL source file is as follows:
For an ordinary COBOL source file
PROGRAM-ID
Environment division and section-name
Data division and section-name
Procedure division, section-name, and paragraph-name
For an object-oriented COBOL source file
CLASS-ID
FACTORY
OBJECT
METHOD-ID
Environment division and section-name
Data division and section-name
Procedure division, section-name, and paragraph-name
Files to be linked but not compiled are displayed in the Linking Files folder. Its contents are equivalent to those of the Linking Files folder in the "Dependency" view.
Files that are to be neither compiled nor linked are displayed in the Other Files folder. Its contents are equivalent to those of the Other Files folder in the "Dependency" view.