After applying VISION:RESULTS PTF LU12806.
Jobs failing with message AN UNRECOVERABLE ERROR HAS OCCURED IN VISION:RESULTS...DISASTER and the following errors S013, U299, U004.
After applying and accepting PTF LU12806, members SMPJOB06, ZACCEPT, and ZREFRESH were not copied to non-SMP/E install
JCL library as described in the ++HOLDDATA for the PTF.
NOTE: PTF LU12806 MUST be ACCEPTED
1. Copy the updated install members SMPJOB06, ZACCEPT, and ZREFRESH
from SMP/E controlled dataset, hlq.CDESJCL, to the non-SMP/E install
JCL library, hlq.SMPELIB. This will replace the existing members.
//COPY EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//*
//* COPY MEMBERS ZACCEPT AND ZREFRESH TO YOUR
//* install library.
//*
//SYSUT3 DD UNIT=DISK,SPACE=(CYL,(5,5))
//SYSUT4 DD UNIT=DISK,SPACE=(CYL,(5,5))
//IN DD DISP=SHR,DSN=hlq.smp.CDESJCL
//OUT DD DISP=SHR,DSN=hlq.install.SMPELIB
//SYSIN DD *
COPY INDD=((IN,R)),OUTDD=OUT
SELECT MEMBER=SMPJOB06
SELECT MEMBER=ZACCEPT
SELECT MEMBER=ZREFRESH
/*
2. Execute ZREFRESH