After upgrading IPC to 15.0 , I am upgrading Ideal 14.0 to 15.0 and I am receiving an abend INIB in IDEAL upgrade verification job ILVER02.
Environment
z/OS CA IDEAL CA IPC
Cause
Error INIB means that member SCF#OPTIONS cannot be found in the ADRPNL VLS library.
Resolution
In VQUPG01, ADRPNL is DSN=SYSCADB.IDEAL.ID15001.TEST.ADRPNL. In ILCUS03 you did not allocate a new ADRPNL file as you should have. Your OLD and NEW ADRPNL VLS files point to the same data set : //OLDPNL DD DSN=SYSCADB.IDEAL.ID15001.TEST.ADRPNL,DISP=OLD //NEWPNL DD DSN=SYSCADB.IDEAL.ID15001.TEST.ADRPNL,DISP=OLD
Because of that the content of SYSCADB.IDEAL.ID15001.TEST.ADRPNL got cleared by the FORMAT and zero members were copied : * * COPY THE OLD CONTENT * DDNAMES VLSFILE=OLDPNL,VLSCOPY=NEWPNL VLSFILE IS NOW SYSCADB.IDEAL.ID15001.TEST.ADRPNL ON DISK SDS102 VLSCOPY IS NOW SYSCADB.IDEAL.ID15001.TEST.ADRPNL ON DISK SDS102 REQUEST SUCCESSFULLY PROCESSED COPY COPY RUN COMPLETED. 0 MEMBERS, 0 RECORDS REQUEST SUCCESSFULLY PROCESSED
In ILVER02 , your ADRPNL DSN=SYSCADB.IDEAL.TEST.ADRPNL which is not correct..
To correct, run VQUPG01 again and then use new ADRPNL/ADRLIB VLS files in ILCUS03. In ILCUS03 your old ADRPNL VLS file is the one you created new in VQUPG01 so SYSCADB.IDEAL.ID15001.TEST.ADRPNL . In ILVER02 use the ADRPNL/ADRLIB VLS files that you created as new in ILCUS03.