Note: The following applies to native COBOL only.
To specify Compiler directives on an individual COBOL file which is part of a project:
- In
COBOL Explorer, right-click the file on which you want to set the directives.
- Click
Properties.
- Go to the
COBOL page.
- Check
Enable file specific settings.
- In
Additional Directives, type the directives to set. Separate each directive with a space.
- Click
OK.
The next time you compile the file or the entire project, the directives are applied.
Important: The directives set on individual files override those that are specified for the entire project.