Files in your project inherit the properties set on project level. You can specify individual file properties and these override the project-wide and build configuration settings. To set file properties:
To guarantee that a directive set in a project or build configuration does not apply to a particular file, you must explicitly specify NO<DIRECTIVE> (for example, NOLOCALSOURCEFORMAT or NODATAMAP).
The SQL compiler directives you have selected appear in the SQL Directives text box.
The following only applies to native COBOL. When compiling single COBOL programs, such that are opened in the IDE without a project, the IDE uses the Compiler directives specified on the Single File Compile properties page in Window > Preferences > Micro Focus > COBOL.
To view or modify the Compiler directives for compiling single files:
The default Compiler options for single files are:
nognt int() anim
For example, to specify the locations of any copybooks used in the single file when the copybooks are not in the same location, set the COPYPATH Compiler directive, COPYPATH(<location1>;<location2>;...).
If you have changed these directives, to reset them to the default values, click Restore Defaults.