Our application uses Micro Focus Cobol and Oracle on AIX We compile Cobol programs as .gnt or .int file and run it under rtsora. Now we need to include MQSeries call to our application. The problem is that MQSeries libraries should be linked statically to exe module. In our case the exe module is rtsora. So I suppose we should add MQSeries library to rtsora , but I don’t know how to do it.