View previous topic :: View next topic |
Author |
Message |
YSMVS Beginner
Joined: 19 May 2004 Posts: 51 Topics: 25 Location: My House
|
Posted: Fri Jul 23, 2004 11:43 am Post subject: CICS transaction from MQ |
|
|
I need to kick of a cics transaction from a trigger queue in MQ. Can any one throw some light on this ?
Thanks,
YSMVS |
|
Back to top |
|
|
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Sun Jul 25, 2004 10:51 pm Post subject: |
|
|
You need a couple of things to be setup for this Mr MVS.
Firstly, you need access to the trigger monitor transaction CKTI. This must be started with the initiation Q that can be shared with the local Q with a trigger active set. In the process definition, you can specify the transaction name that you want to fire when you drop a message in the trigger queue.
Let us know if you want more information on this.
Cheers
Brian |
|
Back to top |
|
|
tomehta Beginner
Joined: 19 Dec 2003 Posts: 17 Topics: 5
|
Posted: Sat Aug 21, 2004 4:08 am Post subject: |
|
|
Just to add on you can trigger the transaction for
1. first
2. every
3. or for a particular depth of the queue
Brian, Can we have the same iniatiation q for all the cics regions, if there are more than one. And all the cics are attached to one Q manager?
Regards |
|
Back to top |
|
|
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Sun Aug 22, 2004 11:02 pm Post subject: |
|
|
Tomehta,
My MQ admin says that having a single init Q for all CICS region is the good as he can start / stop the Q in the online region with a single command and that the maintenance is easy.
Maintenance however is relative.
Cheers
Brian |
|
Back to top |
|
|
|
|