COBOL WebSphere program build returns errors (1. Program "MQCONN", 2. Program "MQOPEN" ...) is not found.
Where are the MQ libs and where & how do I reference them in MS Visual Studio?
Sample code:
INITIALIZE HCONN
COMPCODE
REASON.
CALL'MQCONN'USING OQN-QUEUE-MANAGER
HCONN
COMPCODE
REASON.
Error:
Error 1 Program 'MQCONN' is not found.