Author |
Message |
Topic: Message not getting rolled back |
suresh_shahukaru
Replies: 6 Views: 8471
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Jul 22, 2006 6:07 am Subject: Message not getting rolled back |
In the program error block, there is a STOP statement which is stopping the message from getting rolled back to the queue. Removed STOP statement and the message is getting rolled back to the queue pr ... |
Topic: Message not getting rolled back |
suresh_shahukaru
Replies: 6 Views: 8471
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jul 20, 2006 3:20 am Subject: Message not getting rolled back |
I used:
GETMSGOPTS = MQGMO_NO_WAIT +
MQGMO_SYNCPOINT +
MQGMO_FAIL_IF_QUIESCING; |
Topic: Message not getting rolled back |
suresh_shahukaru
Replies: 6 Views: 8471
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 19, 2006 11:00 pm Subject: Message not getting rolled back |
Tried using CSQBRRSI and message didnt get rolled back in case of abend. Any other suggestions.
Do I need to catch the abend and issue MQBACK call? |
Topic: Message not getting rolled back |
suresh_shahukaru
Replies: 6 Views: 8471
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 19, 2006 9:11 pm Subject: Message not getting rolled back |
I linked with CSQBSTUB. Do I need to use a different STUB. Please advise. |
Topic: Message not getting rolled back |
suresh_shahukaru
Replies: 6 Views: 8471
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 19, 2006 10:16 am Subject: Message not getting rolled back |
Hi,
We are working on MQ-DB2-PL/1 program. If the program abends after an MQGET due to DB2 load failure or some bind timestamp error or some other problem.... the message is not getting reverted ... |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Mon May 01, 2006 1:32 am Subject: MQ DB2 JCL |
Yes, you are correct. I am having different structures based on the same pointer and the pointer got assigned to a different structure.
Re-assigned the pointer to the MQGET structure and is working ... |
Topic: 2129 reason code |
suresh_shahukaru
Replies: 6 Views: 15706
|
Forum: Mainframe, CICS, TXSeries Posted: Mon May 01, 2006 1:30 am Subject: 2129 reason code |
There was some problem in the JCL steplib that I gave. Now the MQCONN using MQ-PL1-DB2 is working fine. Thanks. |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 26, 2006 5:26 am Subject: 2019 Reason Code |
There was some problem in the JCL steplib that I gave. Now the MQCONN using MQ-PL1-DB2 is working fine.
But now I have got a different issue.
The MQCONN, MQOPEN and the first MQGET are successfu ... |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Apr 25, 2006 10:45 am Subject: MQ DB2 JCL |
I included the libraries in the STEPLIB but it didnt work.
Commented out the DB2 part in the program and re-ran as a normal MQ-PL/1 program and MQCONN was successful.
Any thoughts? |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Apr 25, 2006 10:31 am Subject: MQ DB2 JCL |
I have been to that link which you have provided.
I tried using CSQBSTUB but it is failing with 2129.
Do I need to use any one of the following:
CSQBRRSI
CSQBRSTB |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Apr 25, 2006 10:11 am Subject: MQ DB2 JCL |
While link-editing,
for a IMS - MQ program we give CSQQSTUB
for a PL/1 - MQ batch program we give CSQBSTUB
What should be given for a DB2 - MQ program? |
Topic: 2018 Error in MQPUT |
suresh_shahukaru
Replies: 5 Views: 26685
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Apr 24, 2006 7:34 am Subject: 2018 Error in MQPUT |
Fixed the code and is working fine now. Thanks |
Topic: 2129 reason code |
suresh_shahukaru
Replies: 6 Views: 15706
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Apr 24, 2006 7:10 am Subject: 2129 reason code |
While running a PL1 MQ program in batch mode, got the error saying 2129 but I have mentioned the PDS which contains CSQBCON in the run JCL STEPLIB.
Please help me as how to fix this. |
Topic: MQ DB2 JCL |
suresh_shahukaru
Replies: 10 Views: 14973
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Apr 24, 2006 6:19 am Subject: MQ DB2 JCL |
If anyone has got any sample JCL which runs a PL/1 / COBOL program using DB2 and MQ, please send me. |
Topic: 2018 Error in MQPUT |
suresh_shahukaru
Replies: 5 Views: 26685
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Apr 23, 2006 5:24 am Subject: 2018 Error in MQPUT |
Multiple MQGETs in the same unit of work is working fine because we didnt have any IMS commit using IOPCB in that program
But in the multiple MQPUT program, we have got IMS commit for every MQPUT w ... |