I'm using a simple "C" code with MQGET and MQPUT functions.
I just want to know about did I missed out any options to set before executing the MQGET (to read the msg) ?
The Acutal messages written by Cobol-Sender program from Server-B(MainFrame), can't be viewed or retrieved (only NULL Values) by ESQL/C receiver program in Server-A(UNIX).
My sender and receiver programs are running in Server-A(UNIX) and Server-B(MainFrame).
A Remote Queue is configured in Server-A, which is the actual image of the local Queue in Server-B.
Similarly a ...