You can configure how the IDE determines and sets Compiler directives from Tools > Options > Micro Focus > Directives > COBOL.
The following options are available:
 , in the COBOL toolbar to quickly disable or enable 
                     			 Determine directives on files.
, in the COBOL toolbar to quickly disable or enable 
                     			 Determine directives on files.
                     		  
                  The following directives are available:
When the IDE performs a directive determination, it finds all possible dialects for the COBOL program and sets the dialect directive on the file if the dialect setting on project level is not one of them. The most likely dialect is chosen and the respective directive is set on the file.
The IDE determines and sets SQL directives at file level if the files contain EXEC SQL statements and if the directive is not set at the project level.
You can also choose to unset SQL directives for this file. The IDE sets NOSQL on the files that do not include EXEC SQL statements and SQL is set at the project level. The directives are then not applied at compile time, regardless of any SQL directives set on the project.