If PDSESHARING(NORMAL) is specified in SYS1.PARMLIB change it to PDSESHARING(EXTENDED) in the IGDSMSxx member for all LPARs in the sysplex.
If the member is open by a job or started task in another system either:
- Run the CAWABATC job on the same LPAR as the started task that has the data set allocated with DISP=SHR. This solution will work only if the conflict is with a single LPAR.
or
- Change the CAWABATC job to use the COPY command instead of UPDATE.
For example:
COPY,
INFILE=SYSUT1,OUTFILE(SYSUT1O),REPLACEMEM(Y),
MEMBER(member1),
CHANGE(change_commands)
Both SYSUT1 and SYSUT1O DD statements need to point to the same PDSE.