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

Identify CICS transaction using Program


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

New User


Joined: 26 May 2008
Posts: 50
Location: Bangalore

PostPosted: Thu Jun 09, 2011 5:25 pm
Reply with quote

Hi,

I have a CICS program and I want to know the transaction corresponding to the Program. Is there any CICS command to know?

CEMT I Tran i can't use since i don't know the transaction.
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 Jun 09, 2011 5:48 pm
Reply with quote

The information is in the DFHCSD dataset. You can either use CEDA/B to browse the transactions (in installed groups) or process the DFHCSD in a batch job.

Another option might be to review the SMF data.

Garry.
Back to top
View user's profile Send private message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Thu Jun 09, 2011 5:53 pm
Reply with quote

If you have CEMT access, just do the following:

Code:
CEMT INQ TRAN PROG(<program>)
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: Thu Jun 09, 2011 6:10 pm
Reply with quote

As valyk pointed out, you do not have to know the transaction to find which transactions invoke the program. Of course, if the program is invoked via EXEC CICS LINK, EXEC CICS XCTL, or a language CALL then you will not find any of these references through CEMT.
Back to top
View user's profile Send private message
vinayknj

New User


Joined: 26 May 2008
Posts: 50
Location: Bangalore

PostPosted: Thu Jun 09, 2011 6:19 pm
Reply with quote

I am not able to find using CEMT I TRAN PROG(*).

CEDA/B facility is not available.

Please let me know if I have any other option I can use. Thanks
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: Thu Jun 09, 2011 6:29 pm
Reply with quote

Your best bet is to contact your site support group and ask for their assistance. If you don't have access to CEDB or CEDC transactions nor to CEMT I TRAN PROG(*) then you probably do not have access to DFHCSDUP, the batch program to unload the CSD file (which contains the transaction definitions, among others).
Back to top
View user's profile Send private message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Thu Jun 09, 2011 6:34 pm
Reply with quote

vinayknj wrote:
I am not able to find using CEMT I TRAN PROG(*).

CEDA/B facility is not available.

Please let me know if I have any other option I can use. Thanks


Is this an authority issue, or just the fact that CEMT did not return any results? If you have authority and CEMT did not return any transactions, then having CEDA or CEDB access will not make a difference. CEMT is just displaying the definitions installed from the CSD (or from CICSPlex, but I hope your system staff does not use Plex as their system definition manager).
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