Windows Micro Focus COBOL routine compile and link options

The compile and link options for building COBOL routines, such as stored procedures and user-defined functions, on Windows operating systems with the Micro Focus COBOL compiler are available in the bldrtn.bat batch file.

Compile and link options for bldrtn

Compile options:
cobol
The Micro Focus COBOL compiler.
/case
Prevent external symbols being converted to uppercase.
Link options:
cbllink
Use the Micro Focus COBOL linker to link edit.
/d
Create a .dll file.
db2api.lib
Link with the Db2® API library.

Refer to your compiler documentation for additional compiler options.