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

How to find Trans-ID


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

New User


Joined: 09 Jan 2004
Posts: 10

PostPosted: Mon Sep 27, 2004 4:54 pm
Reply with quote

Hi,

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

Thanks,
JP
Back to top
View user's profile Send private message
muthukumar

New User


Joined: 24 Mar 2004
Posts: 29

PostPosted: Tue Sep 28, 2004 2:31 pm
Reply with quote

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
View user's profile Send private message
jyothi_priya

New User


Joined: 09 Jan 2004
Posts: 10

PostPosted: Wed Sep 29, 2004 12:44 pm
Reply with quote

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
View user's profile Send private message
rahul.singla

New User


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

PostPosted: Mon Oct 11, 2004 6:14 pm
Reply with quote

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
View user's profile Send private message
jz1b0c

Active User


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

PostPosted: Tue Nov 30, 2004 2:37 am
Reply with quote

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
View user's profile Send private message
muthukumarapandian

New User


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

PostPosted: Thu Feb 24, 2005 7:59 pm
Reply with quote

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

CEMT inq trans(*) pro( prg name)
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top