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

How to identify the program name from the CICS tran-id ?


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

New User


Joined: 12 Jul 2006
Posts: 24

PostPosted: Mon Nov 06, 2006 3:52 pm
Reply with quote

Is there a command (like CEMT) to get the program name from the given CICS transaction, instead of searching the tranid through the source code.

Thanks,
Lalitha.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Nov 06, 2006 3:57 pm
Reply with quote

What about CEDA?

O.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Nov 06, 2006 5:08 pm
Reply with quote

Hi !

Why not using CEMT ??? CEMT I TRAN(XXXX)

Or what's about using ResourceManagementCommands ???
Viewing a TD entry means looking the Transaktion Definitions.
cicsget -c td -r regionA TRN1

Or have a look in the TCT Loadmember.

Regards, UmeySan
Back to top
View user's profile Send private message
lalitha_gld

New User


Joined: 12 Jul 2006
Posts: 24

PostPosted: Mon Nov 06, 2006 7:07 pm
Reply with quote

Tx for the inputs !

Well for CEDA, I'm not authorised to use this transaction.
And, CEMT I TRAN is not giving the program name in my CICS test environment.I'm not sure whether it might work in other places.

Please let me know if there are other ways.

Thanks,
Lalitha.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Nov 06, 2006 7:11 pm
Reply with quote

What do you mean by:
Quote:
instead of searching the tranid through the source code

Write your own CICS transaction. The program can issue the command:
Code:
EXEC CICS INQUIRE
    TRANSACTION(tran-name)
    PROGRAM(program-name)
END-EXEC

You get tran-name with a RECEIVE INTO command, then you display the program-name with a SEND FROM command.
Back to top
View user's profile Send private message
lalitha_gld

New User


Joined: 12 Jul 2006
Posts: 24

PostPosted: Wed Nov 08, 2006 4:14 pm
Reply with quote

I checked out the CEDF option. It gives the program name !

Hope this learning is useful to you all as well... icon_smile.gif

Tx,
Lalitha.
Back to top
View user's profile Send private message
Sarva_bubli

New User


Joined: 09 Aug 2006
Posts: 37
Location: Pune, India

PostPosted: Thu Nov 30, 2006 3:05 pm
Reply with quote

Yes this is a useful learning
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 DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top