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

CICS Transactions


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

New User


Joined: 23 Sep 2009
Posts: 22
Location: Bangalore

PostPosted: Wed Oct 07, 2009 4:46 pm
Reply with quote

Hi,

Could any one please let me know

How we can identify whether a Transaction in CICS is manually driven or It is Automatically Initiated(ATI) through a TDQ or it's a Message triggered Transaction.

Thanks in Advance!!
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Oct 07, 2009 5:19 pm
Reply with quote

Look at the TD queue definition; I don't think just looking at the transaction definition will tell you how it is started.
Back to top
View user's profile Send private message
koteswara

New User


Joined: 23 Sep 2009
Posts: 22
Location: Bangalore

PostPosted: Wed Oct 07, 2009 6:06 pm
Reply with quote

Thanks for the Information.Just wanted to know are message triggered transactions(MQ) are associated with TDQ's?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Oct 07, 2009 6:12 pm
Reply with quote

I don't deal with MQ so I have no idea.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Oct 08, 2009 1:49 pm
Reply with quote

INQUIRE TRANSACTION returns STARTCODE which indicates how a transaction was started. Transactions started by MQ triggering would fall into the 'SD' category.

Hope this helps,
Garry.
Back to top
View user's profile Send private message
koteswara

New User


Joined: 23 Sep 2009
Posts: 22
Location: Bangalore

PostPosted: Thu Oct 08, 2009 2:40 pm
Reply with quote

I did an Inquire on the Transaction,Here are the contents.
Transaction(XXXX)
Priority( 175 )
Program(ABCDEFGH)
Tclass( DFHTCL00 )
Status( Enabled )
Routing(Static)
Routestatus(Notroutable)
Purgeability( Notpurgeable )
Prfile(PROFALTS)
Taskdatakey(Udatakey)
Taskdataloc(Below)
Isolatest(Isolate)
Trprof()
Indoubt(Backout)
Indoubtwait(Wait)
Brexit()
Facilitylike()
Indoubtmins(000000)
Otstimeout(000000)

STARTCODE is not available
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Oct 08, 2009 3:42 pm
Reply with quote

Apologies,

CECI INQUIRE TASK(tasknum) returns Startcode

Garry.
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top