Author |
Message
|
chendu_ag |
Posted: Tue Mar 18, 2014 12:23 pm Post subject: CICS transaction timeout ? |
|
|
Newbie
Joined: 18 Mar 2014 Posts: 4
|
Hi
Is there any way we can check the MQ triggered transaction timeouts in CICS ??
Also i want to know how we can check the MQ attached/related to the particular transaction from CICS or TSO.
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 18, 2014 12:46 pm Post subject: Re: CICS transaction timeout ? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chendu_ag wrote: |
Is there any way we can check the MQ triggered transaction timeouts in CICS ?? |
Describe exactly what you mean by this; that rather fluffy term could apply to a number of things.
chendu_ag wrote: |
Also i want to know how we can check the MQ attached/related to the particular transaction from CICS or TSO. |
The MQ attached to a given transaction is always the one named in the CICS start up deck; a transaction cannot connect to a queue manager other than the one it's CICS system is using. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chendu_ag |
Posted: Wed Mar 19, 2014 9:58 am Post subject: |
|
|
Newbie
Joined: 18 Mar 2014 Posts: 4
|
@Vitor
I am sorry for not explaining it clearly.
Here is the exact question what is there in my mind.
we have a distributed environment interface and the interface is MQ. I know there will be different queues from distributed end and mainframes end. The scenario is like this distributed team send a message to their queue which interns triggers the MQ in mainframes. The messages in the mainframe MQ triggers one of the cics transactions. and my question is how can we find out the timeout of that CICS transaction.
Hope you are clear with the question
Sorry if it is wrong forum for this question. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Mar 19, 2014 10:05 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Search google for 'cics timeout value'. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 19, 2014 12:55 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chendu_ag wrote: |
my question is how can we find out the timeout of that CICS transaction. |
It's part of the transaction configuration within CICS.
chendu_ag wrote: |
Sorry if it is wrong forum for this question. |
Well you might get more luck in a CICS forum than a WMQ one; I certainly can't remember which CICS command shows that value (it's been a while)...
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
MQsysprog |
Posted: Thu Mar 20, 2014 2:31 am Post subject: |
|
|
Centurion
Joined: 24 Feb 2014 Posts: 116
|
Usually the timeout comes as result of an enq on certain types of resources ,for example vsam records ,or external db tables ,the first thing to check is the parameter dtimeout on the transaction definition ....
Do you receive a transaction abend ,that trips on after any of these conditions ? |
|
Back to top |
|
 |
|