Does anyone know how to call a C++ DLL from a F/J cobol program? I do not
have a LIB file to use in the linking. When the cobol calls a function in
the DLL, the program aborts with the JMP0015I-U message. I've tried dynamic
linkage, static linkage, and dynamic program linkage, but it always fails.

Any help will be greatly appreciated.