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

Need program which is associated with a transaction id


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Naga Rajender.K

New User


Joined: 19 Dec 2008
Posts: 13
Location: Hyderabad

PostPosted: Wed Feb 02, 2011 1:03 pm
Reply with quote

Hi,
I want to know, which program is mapped with the given trasaction? As iam started developing CICS programs recently could you please help me.

I searched the forum and i found some clue like below
CEMT I TRANS PRO(ABCDEFGH) -> gives all transactions that have the program as the primery program.

but i need vice versa, so i tried like below

CEMT I PROGS TRAN(ABCD) -> But not working icon_sad.gif

Thanks in advance
Back to top
View user's profile Send private message
sriram.mukundan

New User


Joined: 20 Nov 2007
Posts: 28
Location: chennai

PostPosted: Wed Feb 02, 2011 1:52 pm
Reply with quote

Try this

Code:
CEMT I TRAN(XXXX)

Where XXXX===>TRAN-ID, that will give you the program name.
Back to top
View user's profile Send private message
Naga Rajender.K

New User


Joined: 19 Dec 2008
Posts: 13
Location: Hyderabad

PostPosted: Wed Feb 02, 2011 2:38 pm
Reply with quote

Thanks for ur reply Sriram,

I tried with the above already.
Im getting the below

Tran(DUMY) Pri( 000 ) Ena

i unable to know the program nae here.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 02, 2011 4:04 pm
Reply with quote

speak to Your support about the availability of the CEDC transaction
the CEDC is the interface to the online resource definition in BROWSE mode
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Feb 02, 2011 4:54 pm
Reply with quote

his site may have autoinstall, which means until the tran is invoked, the
program is not available.
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 DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top