Author |
Message |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 07, 2005 3:39 am Subject: Program is getting loop |
Some times, we get a thousands of transactions with in 5 minutes and we are using same adapter for 3 different queues.
3 different CICS transactions pointing to a same program.
example -
CICS ... |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 07, 2005 3:21 am Subject: Program is getting loop |
I am trying with EXEC CICS SYNCHPOINT END-EXEC not to back out the transaction. |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 07, 2005 1:00 am Subject: Program is getting loop |
When it is looping I found some interesting things -
What does this mean -
RESOURCE NAME used is TASKSWCH and the RESOURCE_TYPE is MQSeries. At what situation this will come. |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Nov 06, 2005 10:12 pm Subject: Program is getting loop |
When it is trying to loop, I am finding some news things
RESOURCE NAME used is TASKSWCH and the RESOURCE_TYPE is MQSeries and
RESOURCE NAME used is DFHLOG and the RESOURCE_TYPE is LGWRITE.
... |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Nov 06, 2005 11:46 am Subject: Program is getting loop |
If it is 2033 means, I am closing the queue. It is not a error. If the error is other than 2033, I am logging that data into Adabas error file.
I am sure, it is not a MQGET fail, when ever it is wr ... |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Nov 06, 2005 10:44 am Subject: Program is getting loop |
I had set this to
MOVE MQCI-NONE TO MQMD-CORRID
MOVE MQMI-NONE TO MQMD-MSGID
and wait interval set to 2 seconds.
Some times, I am succesffully able to receive message at that time
RESOU ... |
Topic: Issue with MQGET |
devineni25
Replies: 1 Views: 3112
|
Forum: IBM MQ API Support Posted: Sun Nov 06, 2005 10:35 am Subject: Issue with MQGET |
I am reading the MQGET until I get the end of queue(which means 2033).
My queue trigger type is MQ_FIRST.
I read a first message and got a error, then writing to a error file. I am writting su ... |
Topic: Program is getting loop |
devineni25
Replies: 14 Views: 28207
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Nov 06, 2005 8:50 am Subject: Program is getting loop |
I am getting the data from Queue with using MQGET. Once I got the message, I write to a Adabas file. If I got a invalid data,(invalid data means the data is incorrect). I write to another Adabas file ... |
Topic: Messages are getting backed out |
devineni25
Replies: 4 Views: 10426
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Nov 01, 2005 10:00 pm Subject: Messages are getting backed out |
I am facing 2 problems with CICS and MQ series
1) 1st problem, When I get an message from the queue. Based on conditions, if it is true, write to Adabas file. If it is not true, then it is going to ... |