View previous topic :: View next topic |
Author |
Message |
culturewyj00 Beginner
Joined: 15 Jun 2006 Posts: 14 Topics: 7
|
Posted: Tue Jul 11, 2006 12:30 am Post subject: Install failed |
|
|
I TRY TO INSTALL A PROGRAM.BUT CICS REPORTS ME ERROR:
Quote: | Install failed because PROGRAM READVSAM is currently in use. |
HOW TO DEAL WITH IT |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Jul 11, 2006 12:50 am Post subject: |
|
|
culturewyj00,
I guess the program READVSAM is already been defined and installed and you are trying to install it once again.You can see the status of any program using :
Code: |
CEMT I PROGRAM (READVSAM)
|
If you have make any changes to the program and you want to make use of it then use:
Code: |
CEMT SET PROG(READVSAM) NEW
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
|
|