Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以配置 Oracle 的 Pro*COBOL 预编译器假定的默认文件扩展名
EXEC SQL INCLUDE filename END-EXEC
没有为包含文件指定文件名的语句?
文档似乎指定在这种情况下 - INCLUDE 没有文件扩展名的语句 - 预编译器将使用系统默认文件扩展名。
Oracle 支持说:不,这是不可配置的。在 Windows 和 Linux 上,默认扩展名为 .cob。