Note: The following applies to native COBOL only.
- To specify Compiler directives on an individual COBOL file in your project:
- In Solution Explorer, right-click the file on which you want to set the directives.
- Click
Properties.
- Go to the
COBOL page.
- 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.
The directives set on individual files override those that are specified for the entire project.