compile into LOAD-pds of CICS
Hi,
I can user-build my sources into the PDS that's linked to our CICS.
However, using the same translators a team build fails.
The error suggests that the teambuild tries to get exclusive DISP to the PDS, which of is not permitted as the CICS is using it.
* IKJ56225I DATA SET TDPTDV.RTC.TEST.LOADMOD.TEST.PDS ALREADY IN USE, TRY LATER+
* IKJ56225I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER
* IEFA110I DATA SET CONTENTION
* DATA SET TDPTDV.RTC.TEST.LOADMOD.PDS IN USE BY
* SYSNAME JOBNAME ASID
* IP01 CICSTH 0117
How can I solve this?
Best regards,
Bernd.
Accepted answer
Hi Bernd,
In theory we try to allocate with share first. So maybe another process allocates with OLD ? To be sure of the RTC behavior, we'd need to see the piece of the build log in either debug or verbose (we see the bpxwdin allocations) and also in the macrodefs, how the DD is allocated.
Thanks,
Nicolas