After following the 2E v8.7 parallel install instructions here, specifically the Upgrade Existing CA 2E Design Models section, the model library upgrade batch job ends abnormally.
Details:
SBMJOB CMD(YAPYMDLCHG MDLLIB(ZFBOMDLD)) JOB(ZFBOMDLD) JOBQ(*LIBL/QSYSNOMAX) INLLIBL(*CURRENT) LOG(4 00 *SECLVL) LOGCLPGM(*YES)
CA 2E 8.7
YMDLLSTRFP member should be present by default in the YMDLLSTRFP file. It looks like the file got corrupted somehow, leading to the deletion of the member.
To resolve the issue, please follow these steps:
1. Delete the file ZFBOMDLD/ZJOBLSTRFP. This is a backup file created as part of a previous attempt to upgrade the model.
DLTF FILE(ZFBOMDLD/ZJOBLSTRFP)
2. Add a new member to the YMDLLSTRFP file using the following command
ADDPFM FILE(ZFBOMDLD/YMDLLSTRFP)
MBR(YMDLLSTRFP) TEXT('Model Object List Physical file')
3. SBMJOB CMD(YAPYMDLCHG MDLLIB(ZFBOMDLD)) with the proper library list in place.
After this, the model upgrade should be successfully completed.