You can set different project and file properties to control the way you build your COBOL projects.
Overview of COBOL Project Properties
You can specify default properties that apply to the COBOL projects in all or selected build configurations, and to individual files in the projects. You can also configure the IDE to automatically determine and set Compiler directives on the COBOL source files in the IDE.
Global Options
The options you set in the IDE, in Tools > Options, apply to all COBOL projects.
Project Properties
The COBOL project properties comprise some properties that apply to the project generally, regardless of the type of build, and some properties that apply to specific build configurations of the project, such as a debug build or release build.
To specify file properties
By default, files in your project inherit the properties set at project level. You can, however, specify properties for individual files and these properties override the properties set on the project.
To reset the file properties
By default, files in your project inherit the properties set at project level. If any of the default file properties have changed, you can reset them to the values specified at project level.
To configure how the IDE determines the Compiler directives of files
The Determine Directives context menu command in Solution Explorer causes the IDE to scan the files in your project and set any required Compiler directives. You can configure this behavior from the IDE preferences.