|
|
| Author |
Message |
genesis786
New User
Joined: 28 Sep 2005 Posts: 36 Location: London
|
|
|
|
Hi,
I was using a REPRO to copy one VSAM file to another. the INDATASET is used by CICS online. I am getting RC 12 with message:
IKJ56225I DATA SET XXXXX ALREADY IN USE, TRY LATER
IKJ56225I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER
Does IDCAMS/REPRO try to open the INDATASET/OUTDATASET with default DISP of OLD?
Is there a way to override this?
Rahul. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 09, 2008 8:15 pm Post subject: Re: IDCAMS REPRO - default DISP ? |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2959 Location: Brussels once more ...
|
|
|
|
It could be CICS allocating with DISP=OLD ............. but ...........
Have you tried by allocating the input cluster to a DD with disp of SHR. |
|
| Back to top |
|
 |
genesis786
New User
Joined: 28 Sep 2005 Posts: 36 Location: London
|
|
|
|
| Yes, it worked that way. Thanks! |
|
| Back to top |
|
 |
|
|