0

Is it possible to configure the default file extension that Oracle's Pro*COBOL precompiler assumes for

EXEC SQL INCLUDE filename END-EXEC

statements in which there is no filename specified for the include file?

The docs seem specify that in this case - INCLUDE statement without file extension - the precompiler will use the system default file extension.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
Gio
  • 1,812
  • 2
  • 15
  • 15

1 Answers1

1

Oracle support says: no, this is not configurable. On Windows and Linux, the default extension is .cob.

Gio
  • 1,812
  • 2
  • 15
  • 15