We are trying to connect to the mainframe for a legacy PowerBuilder application...
Now I am trying to connect to MQS and getting an error...
I have defined the External Function
Subroutine MQCONN(String QMgrName, Long Hconn, Long CompCode, Long Reason) Library "mqic.dll"
and when I call the Function
MQCONN(is_queue_manager, ll_hConn, ll_CompCode, ll_Reason)
I get the below error (I have the DLL in the application path)
Any ideas? Did someone connect to MQS using PowreBuilder?