IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

TDQ - Trigger Definition


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinut123

New User


Joined: 11 Oct 2005
Posts: 62
Location: India

PostPosted: Tue Sep 11, 2012 5:10 pm
Reply with quote

Hi,

I've a TDQ and I know that it is triggering a program. Please let me know how and where to check the trigger program name.

Thanks
Sree.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Sep 11, 2012 5:22 pm
Reply with quote

Code:
CEMT I TDQ(*)
will list the TD queues in the region. For the particular TDQ, there will be a Tra associated with it, which is the tranaction being triggered. Use
Code:
CEMT I TRANS(????)
to find the program.

If you don't have access to CEMT, you'll have to ask your site support grouip.
Back to top
View user's profile Send private message
srinut123

New User


Joined: 11 Oct 2005
Posts: 62
Location: India

PostPosted: Tue Sep 11, 2012 6:02 pm
Reply with quote

Thanks Robert.. it helped..
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Sep 11, 2012 6:30 pm
Reply with quote

Glad to hear that.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts CONTROL-M SCHEDULING DEFINITION FACILITY Compuware & Other Tools 1
No new posts How to define transaction that trigge... CICS 3
No new posts Trigger mainframe job , when file pla... All Other Mainframe Topics 2
No new posts trigger enter key automatically call ... CICS 17
No new posts how to interrogate an Optim Access De... DB2 2
Search our Forums:

Back to Top