up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.