IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

How to find Trans-ID

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CICS
View previous topic :: View next topic  
Author Message
jyothi_priya



Joined: 09 Jan 2004
Posts: 10

Posted: Mon Sep 27, 2004 4:54 pm    Post subject: How to find Trans-ID  

Hi,

How to get the trans-id of a CICS program and also it's environment in Endevor?

Thanks,
JP
Back to top  
muthukumar



Joined: 24 Mar 2004
Posts: 32

Posted: Tue Sep 28, 2004 2:31 pm    Post subject:  

Hi JP,

'to find transaction id ' use the following transaction

CEMT inq tran(*) pro(program);

this will fetch a result like this

Tra(T123) Pri( 001 ) Pro(program) Tcl( DFHTCL00 ) Ena Sta

T123 is the required transaction id in this example -- oops u got it!!!!

--- i don't know what do u mean by Environment in Endevor, can u explain a bit i will try if i know it !!!!

regards
Muthu
Back to top  
jyothi_priya



Joined: 09 Jan 2004
Posts: 10

Posted: Wed Sep 29, 2004 12:44 pm    Post subject:  

Hi Muthu,

Thanks for the information...

What I mean by Endevor Environment is, I just wanted to find out the location of the program in Endevor when I have been given just the name of the program.


Thanks,
JP
Back to top  
rahul.singla



Joined: 11 Oct 2004
Posts: 1
Location: Pune, India

Posted: Mon Oct 11, 2004 6:14 pm    Post subject:  

Hi,

When u have the name of the program, then u can retrive it in ur own PDS by giving the PDS name & the program name. It is not reqd. to locate the prog. if u have to perform some operation on the specific prog.
Back to top  
jz1b0c



Joined: 25 Jan 2004
Posts: 180
Location: Toronto, Canada

Posted: Tue Nov 30, 2004 2:37 am    Post subject:  

Go to endevor, select display
then you will have options like
1) element
2) footprint
3) site
4) stage .. etc.

select stage.

it will show you library associated with that stage like this

STAGE 1 INFORMATION:
ID: H
Name: HOLD
Title: HOLD IMPLEMENTATION
MCF data set name: Abcdef.HOLDPROD.HOLD.MCFLIB

STAGE 2 INFORMATION:
ID: P
Name: PROD
Title: PROD IMPLEMENTATION
MCF data set name: Abcdef.HOLDPROD.PROD.MCFLIB

now the first qualifier will be same for all the endevor libs

you can get endevor libs by typing abcdef.hodlprod.prod.*
Back to top  
muthukumarapandian



Joined: 08 Oct 2004
Posts: 44
Location: chennai, india

Posted: Thu Feb 24, 2005 7:59 pm    Post subject:  

U can find the trans-id by typing the command ,

CEMT inq trans(*) pro( prg name)
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CICS
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM