Dear all,
I am computer programmer on an iSeries writing rpg.
As we have to move from sending SWIFT-Data as a server to as a client I have to update our rpg-programs.
When I put following commands on QCMD:
ADDENVVAR ENVVAR(MQCHLTAB) VALUE(CLCHL_M0H2.TAB)
ADDENVVAR ENVVAR(MQSSLKEYR) VALUE(*SYSTEM)
CALL PGM(QMQM/AMQRSSLC) PARM('-r')
CALL QMQM/AMQSPUTC G.CRISP.FROM.WCB_SWIFTFIN_T.FIN (Testqueue) I get connection to the target server which name is M0H2 and I am able to put messages with the testprogram AMWSPUTC
Unfortunately I am not able to get connection to the target server M0H2 via the MQCONN so I have to use the MQCONNX-program which uses
'connect options'.
We are have here MQ-Version 9.1.0.7 and my knowledge for the rpg-syntax is not big enough to be able to set the parameter within the MQCNO-Structure to be able to connect to M0H2.
Our channeltab definition is store on /qibm/userdata/mqm/CLCHL_M0H2.TAB
Is there any rpg-programmer out there who could get in touch with my helping me with the syntax?
I am reachable at
christian.witor@rcb.at and it would be great to find some help.
Anyway, many thanks in advance and regards from Vienna to the community.
------------------------------
Christian Witor
------------------------------