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

CICS-Transaction knowing commnad


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

New User


Joined: 26 Sep 2007
Posts: 42
Location: pune

PostPosted: Fri Mar 12, 2010 12:38 pm
Reply with quote

Hi

Is there any cics supplied transactions which gives us associated trasaction to a program if any,for example I know CICS program but not aware of is there any transaction associated with it

Please let me know
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Mar 12, 2010 7:20 pm
Reply with quote

EIBTRNID
contains the symbolic transaction identifier of the task.
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: Fri Mar 12, 2010 7:43 pm
Reply with quote

Code:
CEMT I TRANS PRO(????????)
will give you a list of all transactions that have the program as the primary program. You cannot know which primary programs use a given subroutine without tracing through source code to identify the subprogram.

You could also extract the RDO definitions into a file using the CICS utility and find all occurrences of the program in the file -- but again this is only transactions that have the program as the primary program.
Back to top
View user's profile Send private message
mosinjamadar

New User


Joined: 26 Sep 2007
Posts: 42
Location: pune

PostPosted: Mon Mar 15, 2010 3:43 pm
Reply with quote

CEMT I TRANS PRO(????????) this helps


Thanx a lot
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: Mon Mar 15, 2010 4:53 pm
Reply with quote

Glad to hear it helps.
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 identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top