Pro*Cobol
From Oracle FAQ
Pro*Cobol is a precompiler that lets you embed SQL calls directly into a COBOL program.
To pre-compile a Pro*Cobol program, call:
proc iname=myprog.pc
A supported COBOL compiler can then be used to compile the precompiler's output to an executable.