Installing Ideal and the SMP/E APPLY job IDL5APP (15.0) or IDL30APB (15.1) fails with RC=12 and message:
IEW2303E 1030 MEMBER VHJBSM31 OF THE DATA SET SPECIFIED BY CAVQLOAD COULD NOT BE FOUND
z/OS
Ideal 15.0
Ideal 15.1
Module VHJBSM31 is part of the product IPC.
IPC is a separate install and is required for Ideal as documented in sections Related z/OS Products Support for Ideal 15.0 and Related z/OS Products Support for Ideal 15.1.
Ideal 15.0 requires IPC 15.0.
Ideal 15.1 requires IPC 15.1 or 15.0
If IPC is installed, the CAVQLOAD DDDEF in the SMP/E GLOBAL zone needs to point to the IPC CAVQLOAD library.
Run an SMP/E report with the following input to check the DDDEF definitions:
//SMPCNTL DD *
SET BDY(GLOBAL).
LIST DDDEF ALLZONES.
/*
To modify the CAVQLOAD DDDEF run SMP/E with the following input:
//SMPCNTL DD *
SET BDY(GLOBAL).
UCLIN.
REP DDDEF(CAVQLOAD) SHR DA(ipc.CAVQLOAD) .
ENDUCL.
/*
If IPC is not installed, download and install the product then modify the DDDEF as above to point to the IPC CAVQLOAD.