View previous topic :: View next topic
|
Author |
Message |
jyothi_priya
New User
Joined: 09 Jan 2004 Posts: 10
|
|
|
|
Hi,
How to get the trans-id of a CICS program and also it's environment in Endevor?
Thanks,
JP |
|
Back to top |
|
|
muthukumar
New User
Joined: 24 Mar 2004 Posts: 29
|
|
|
|
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
New User
Joined: 09 Jan 2004 Posts: 10
|
|
|
|
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
New User
Joined: 11 Oct 2004 Posts: 1 Location: Pune, India
|
|
|
|
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
Active User
Joined: 25 Jan 2004 Posts: 160 Location: Toronto, Canada
|
|
|
|
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
New User
Joined: 08 Oct 2004 Posts: 42 Location: chennai, india
|
|
|
|
U can find the trans-id by typing the command ,
CEMT inq trans(*) pro( prg name) |
|
Back to top |
|
|
|