Re: MQ Triggering in CICS

2004-03-05 Thread Miller, Dennis
ow it).       regards, Dennis     -Original Message-From: Adiraju, Rao [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 8:00 PMTo: [EMAIL PROTECTED]Subject: Re: MQ Triggering in CICS Dennis   Sorry to be pedantic BUT    1) if the first transaction "browse" the messag

Re: MQ Triggering in CICS

2004-03-05 Thread Heggie, Peter
] Subject: Re: MQ Triggering in CICS   Dennis   Sorry to be pedantic BUT    1) if the first transaction "browse" the message and decide the user-id, start the second transaction - how do you make sure that the second transaction is reading the "exact" message that first transac

Re: MQ Triggering in CICS

2004-03-04 Thread Adiraju, Rao
d right. So if some one has to track the "real user"  -  who has done a particular transaction say three months back - good luck.         From: Miller, Dennis [mailto:[EMAIL PROTECTED] Sent: 5 March 2004 3:25 PMTo: [EMAIL PROTECTED]Subject: Re: MQ Triggering in CICS 1). The design I

Re: MQ Triggering in CICS

2004-03-04 Thread Miller, Dennis
ted to hear others experiences.   Cheers   Rao   ps: my apologies if it offends any "beautiful" solution developers   From: Miller, Dennis [mailto:[EMAIL PROTECTED] Sent: 5 March 2004 6:48 AMTo: [EMAIL PROTECTED]Subject: Re: MQ Triggering in CICS

Re: MQ Triggering in CICS

2004-03-04 Thread Adiraju, Rao
  From: Miller, Dennis [mailto:[EMAIL PROTECTED] Sent: 5 March 2004 6:48 AMTo: [EMAIL PROTECTED]Subject: Re: MQ Triggering in CICS Wait...there's a very important distinction between those two approaches that is being overlooked. CKTI processes the INITQ while ABCD processes the tri

Re: MQ Triggering in CICS

2004-03-04 Thread Miller, Dennis
en in the worst case scenario, if the SIL quits prematurely, it would just re-trigger again and eventually find the stranded message.   -Original Message-From: Adiraju, Rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 12:04 PMTo: [EMAIL PROTECTED]Subject: Re: MQ Tri

Re: MQ Triggering in CICS

2004-03-04 Thread Jxrgen Pedersen
;o) Kind regards Jxrgen From: Ruzi R <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: MQ Triggering in CICS Date: Thu, 4 Mar 2004 06:09:55 -0800 MIME-Version: 1.0 Received: from AKH-Wien.AC.AT ([149.148.150.3]) by mc2-f31.hotmail.com

Re: MQ Triggering in CICS

2004-03-04 Thread Ruzi R
rgen > > PS: No hard feelings, I did spend about a month > tracking down such a > situation with a missing MQTM.. > > >From: Ruzi R <[EMAIL PROTECTED]> > >Reply-To: MQSeries List <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: R

Re: MQ Triggering in CICS

2004-03-04 Thread Chase, John
CORRECTION: > -Original Message- > From: Chase, John > Sent: Wednesday, March 03, 2004 10:50 AM > > [ snip ] > If you run CICS with surrogate user security checking active > (i.e., SIT parm XUSER=YES), the user ID of the task issuing > the START command must have READ or higher permission

Re: MQ Triggering in CICS

2004-03-03 Thread Jxrgen Pedersen
Peter" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: MQ Triggering in CICS Thank you.. the two options help.. I agree that option 1 is better (better integrity and efficiency). I'm not sure we will change the IBM-delivered

Re: MQ Triggering in CICS

2004-03-03 Thread Heggie, Peter
Title: RE: MQ Triggering in CICS Thank you.. the two options help.. I agree that option 1 is better (better integrity and efficiency). I’m not sure we will change the IBM-delivered process, but I can see the advantage.   Peter Heggie -Original Message- From: MQSeries List

Re: MQ Triggering in CICS

2004-03-03 Thread Adiraju, Rao
Title: RE: MQ Triggering in CICS Peter   Yes - either you can customise CKTI transaction (the sample code is provided by the IBM as part of WebSphere MQ)  and plug in your own logic to determine the user-id and issue a    EXEC CICS START TRNID(ABCD) USERID()    Or alternatively

Re: MQ Triggering in CICS [Deutsche Boerse Systems:Virus checked] [Deutsche Boerse Systems: Virus checked]

2004-03-03 Thread Stefan Raabe
MAIL PROTECTED]> Sent by: MQSeries List <[EMAIL PROTECTED]> 01.03.2004 21:18 Please respond to MQSeries List                 To:        [EMAIL PROTECTED]         cc:        (bcc: Stefan Raabe/DBS/GDB)         Subject:        MQ Triggering in CICS [Deutsche Boerse Systems:Virus checked]

Re: MQ Triggering in CICS

2004-03-03 Thread Heggie, Peter
ECTED] Subject: Re: MQ Triggering in CICS -Original Message- From: Heggie, Peter Is there a way to dynamically set the userid? As long as we are creating a SIL in CICS, is there a way for the SIL to specify the userid when issuing the EXEC CICS START ? == Yes; specify the U

Re: MQ Triggering in CICS

2004-03-03 Thread Chase, John
-Original Message- From: Heggie, Peter Is there a way to dynamically set the userid? As long as we are creating a SIL in CICS, is there a way for the SIL to specify the userid when issuing the EXEC CICS START ? == Yes; specify the USERID( ) keyword on the E C START command

Re: MQ Triggering in CICS

2004-03-03 Thread Heggie, Peter
Title: RE: MQ Triggering in CICS Is there a way to dynamically set the userid? As long as we are creating a SIL in CICS, is there a way for the SIL to specify the userid when issuing the EXEC CICS START ?   Peter Heggie -Original Message- From: MQSeries List [mailto:[EMAIL

Re: MQ Triggering in CICS

2004-03-03 Thread Dawson, John
'One should check all the angles' 'Fast' Eddie Felson -Original Message- From: Jxrgen Pedersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 9:34 AM To: [EMAIL PROTECTED] Subject: Re: MQ Triggering in CICS Hi John, take a look here: htt

Re: MQ Triggering in CICS

2004-03-03 Thread Dawson, John
Thanks to everyone for their responses! :) John Dawson -Original Message- From: Jan MOEYERSONS [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 3:25 AM To: [EMAIL PROTECTED] Subject:Re: MQ Triggering in CICS Dear John, EXEC CICS ASSIGN STARTCODE(start-code

Re: MQ Triggering in CICS

2004-03-03 Thread Jan MOEYERSONS
From: Rick Tsujimoto [mailto:[EMAIL PROTECTED] Sent: dinsdag 2 maart 2004 15:35 To: [EMAIL PROTECTED] Subject: Re: MQ Triggering in CICS Assuming the program can only be started from an MQ trigger, take a look at the usecount for the program. If the program can be started from other means, then you&#

Re: MQ Triggering in CICS

2004-03-03 Thread Jxrgen Pedersen
Hi John, take a look here: http://www.mqseries.net/phpBB2/viewtopic.php?t=13836 Just ask the question in one forum please. Just my $0.02 ;o) Kind regards Jxrgen From: "Dawson, John" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sub

Re: MQ Triggering in CICS

2004-03-03 Thread Rick Tsujimoto
TECTED] To: [EMAIL PROTECTED] IGROUP.COM>cc: Sent by: MQSeries Subject: MQ Triggering in CICS List <[EMAIL PROTECTED] .AC.AT>

Re: MQ Triggering in CICS

2004-03-02 Thread Jim Nuckolls
Oops, Should have been "EXEC CICS ASSIGN STARTCODE" Cheers... Jim Nuckolls Jim Nuckolls wrote: Use the "EXEC CICS STARTCODE" command. If you were triggered, you will be started-with-data (which is the trigger message in temp storage. Cheers... Jim Nuckolls Dawson, John wrote: Folks, In a CICS

Re: MQ Triggering in CICS

2004-03-02 Thread Jim Nuckolls
Use the "EXEC CICS STARTCODE" command. If you were triggered, you will be started-with-data (which is the trigger message in temp storage. Cheers... Jim Nuckolls Dawson, John wrote: Folks, In a CICS program, how can I tell that the CICS program was started from a MQ trigger? Thanks, John Dawson

Re: MQ Triggering in CICS

2004-03-02 Thread Jxrgen Pedersen
No hard feelings, I did spend about a month tracking down such a situation with a missing MQTM.. From: Ruzi R <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: MQ Triggering in CICS Date: Tue, 2 Mar 2004 04:18:14 -0800 By using EXEC CICS E

Re: MQ Triggering in CICS

2004-03-02 Thread Adiraju, Rao
Title: RE: MQ Triggering in CICS Few more points to add: (I was quick in pressing the send button):    As a design principle the CICS program always should issue a EXEC CICS RETRIEVE  - 1) as Joe mentioned, to determine whether this transaction has triggered by CKTI (or one of the equivalents

Re: MQ Triggering in CICS

2004-03-02 Thread Adiraju, Rao
Title: RE: MQ Triggering in CICS John   Additional point to what Joe mentioned - yes, the default you look for is "CKTI" in Rtransid field. But check with your CICS guys as well - because it is possible one CICS region to have multiple initiators and/or different transaction codes (f

Re: MQ Triggering in CICS

2004-03-02 Thread Thomas Dunlap
John, If your site is using the supplied default trigger monitor, I believe that it makes the entire trigger message available via the EXEC CICS START TRANSID() FROM(TRIGGER-MSG) ... All you have to do to verify this is to perform an EXEC CICS RETRIEVE INTO(TRIGGER-MSG) in

Re: MQ Triggering in CICS

2004-03-02 Thread Randy J Clark
-MINOR.COM> cc: Sent by: MQSeries Subject: Re: MQ Triggering in CICS List <[EMAIL PROTECTED] C.AT> 03/02/2004 05:56 AM

Re: MQ Triggering in CICS

2004-03-02 Thread DeBlassio, Joe
Title: RE: MQ Triggering in CICS John, Perform the following CICS RETRIEVE at the beginning of your program and check the RTRANSID.  If it contains the value CKTI, then you know that the trigger monitor started your program. EXEC CICS RETRIEVE      SET (ADDRESS OF

Re: MQ Triggering in CICS

2004-03-02 Thread Ruzi R
By using EXEC CICS ENQ/DEQ. If the triggered progam A is ENQed, you will get a non-zero return code in the program B that issued the ENQ for Program A. You have to make sure that you DEQ the triggered program A when it is finished processing. Regards, Ruzi --- "Dawson, John" <[EMAIL PROTECTED]>

Re: MQ Triggering in CICS

2004-03-02 Thread Carroll, Y. (Yvette)
Title: RE: MQ Triggering in CICS I'm not a CICS person, but I suspect there are things you can check in the program.  But from an infrastucture point of view, you can check the queue it reads to see if it's configured to trigger the program. -Original Message- From: Da

MQ Triggering in CICS

2004-03-02 Thread Dawson, John
Folks, In a CICS program, how can I tell that the CICS program was started from a MQ trigger? Thanks, John Dawson Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeri