The Properties for <project-name> dialog box appears.
The COBOL settings appear in the right-hand pane.
and in the
Additional directives dialog box, type
REMOVE"<reserved-word>". Repeat this directive for each
<reserved-word>. If you are required to remove a number of reserved words, you could store each REMOVE directive in a directives file (e.g.
rsvdwrds.dir), and then use the USE"rsvdwrds.dir" directive to apply the directives all at once. This method is ideal if you need to remove the same reserved words from more
than one project.
The RM/COBOL dialect is applied to any program within the project, unless that program overrides it by setting the DIALECT directive explicitly within the source code.