I want to a synchronous MQPUT and MQGET in a single COBOL program which runs in the CI CS and IMUS environment.
I am doing a CICSSYNC POINT after the MQPUT to transfer the data to the QUEUE. If syncpoint is not done the data is not getting transfered to the QUEUE. When i do a syncpoint all my PCB are getting lost. Is there any options or sample code for the transferring to Queue without the CI CS SYNCPOINT