linking with WebSphere MQ client code, linking applications, COBOL, link libraries" /> Linking COBOL applications with the WebSphere MQ client code
Home

 

Linking COBOL applications with the WebSphere MQ client code

AIX

Link your COBOL application with the libmqicb.a library.

HP-UX

Link your COBOL application with the libmqicb.sl library.

If you are not using LU 6.2, consider linking to libsnastubs.a (in /opt/lib for HP-UX) to fully resolve function names. The need to link to this library depends on how you are using the -B flag during the linking stage. For more information see the WebSphere MQ Application Programming Guide.

Solaris

Link your COBOL application with the libmqicb.so library.

Windows

If you have a Windows COBOL application that you want to run in the client environment, link your application code with the MQICCBB library for 32-bit COBOL. The WebSphere MQ client for Windows does not support 16-bit COBOL.


 

Home