Pass Syntax-check Phase Directive to the Compiler (-C directive)

Passes directive to the Compiler's syntax-check phase, where directive is one or more of the Compiler directives listed in the topic Compiler directives.

Example

The following example passes two directives as part of the compilation command.

cob demo3.cbl -C "sourceformat(free) cobidy(symbols)"