View previous topic :: View next topic |
Author |
Message |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Aug 02, 2005 3:20 am Post subject: error while NEW COPY ing |
|
|
I am getting an error "PROGRAM IN USER" while NEW COPY ing an online program.
can anyone tell how to resolve this problem
and
how to find who is using this program in CICS?please help me
thanks and regds.
Shashi |
|
Back to top |
|
 |
CT Beginner
Joined: 02 Aug 2005 Posts: 2 Topics: 0
|
Posted: Tue Aug 02, 2005 3:46 am Post subject: |
|
|
Rakshith,
I guess , some one has opened the same module in XPED/CEDF and kept it or came out without proper termination of the module.....
If you have access to XPSP transaction then use this with option 9.P and figure out your module is trapped or not .... if trapped then release it .....
Also you can release your program by typing the below one in the CICS screen
CECI REL PROG('xxxxxxxx')
xxxxxxxx ---- PROGRAM NAME ..
Hope this helps .......
CT |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Aug 02, 2005 4:43 am Post subject: |
|
|
I tried XPSP, but I dont have access to it,
will there be any other way to find... |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Aug 02, 2005 5:41 am Post subject: |
|
|
rakshith,
Did you try CECI REL as shown by CT?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Aug 02, 2005 6:20 am Post subject: |
|
|
Thanx Kolusu and CT,
I tried CECI REL command, it released the program the error is resolved ,
but before using this command , I want to know who is using program so that i can intimate that persom regarding release of pgm..
thanks
rakshith |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Wed Aug 03, 2005 1:14 pm Post subject: |
|
|
rakshith,
Use CEMT I TAS(*)...This will show a lost of all the active tasks, the associate transactions and the users running the transactions on that CICS region.
Thanks,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
 |
|
|