Trying to put on the required PTFs to support an OS UPGRADE to z/OS 2.5.
At APPLY step keep running into S213-B8 abends.
First on CNM4BPRM then on CNM4BMAP but now on SYSUT1.
On the first two, manually allocated the PDS's larger and copied the members across to get past the error.
For the SYSUT1 error, placed JCL overrides in the SMP proc requesting more space be allocated. Initially INST0001 created each SMP zone having a SYSUT1 with CYL (2,1).
//SYSUT1 DD UNIT=SYSALLDA,SPACE=(CYL,(120,5))
Have tried 20,5 and 120,5 but am still getting the abend.
Are there any other reports of people encountering this abend?
What is needed to get around the abend?
Common Services
SysView R16.0
CCS390
SPOOL
SMS DATACLAS specified with EXTEND attribute.
This abend can occur across many products. The resolution is the same.
Remove EXTEND attribute from the DATACLAS of the reported dataset.