The base install APPLY job SAMPJCL(AGJ30APB) fails with messages:
IEW2456E 9207 SYMBOL CBLTDLI UNRESOLVED. MEMBER COULD NOT BE INCLUDED DESIGNATED CALL LIBRARY.
GIM23911E ** LINK-EDIT PROCESSING FOR SYSMOD CAGJJ03 FAILED FOR MODULE CULLUS88
IN THE CAGJLOAD LIBRARY. THE RETURN CODE (08) EXCEEDED THE ALLOWABLE VALUE.
- SEQUENCE NUMBER 000058 - SYSPRINT FILE SMP00040.
IEW2303E 1030 MEMBER DFSLI000 OF THE DATA SET SPECIFIED BY RESLIB
IEW2456E 9207 SYMBOL CBLTDLI UNRESOLVED. MEMBER COULD NOT BE INCLUDED
DESIGNATED CALL LIBRARY.
The APPLY job SAMPJCL(AGJ30APB) failed because when the SAMPJCL(AGJ10CSI) job ran to build the CSI it had an incorrect library specifiec for the DDDEF(RESLIB) variable.
The standard interface modules for IMS are obtained from the Common Services CCS_hlq.CAW0CALL data set.
The DDDEF(RESLIB) should specify the CCS_hlq.CAW0CALL data set should be specified for the RESLIB DSNAME.
To correct this:
1. Delete all of the datasets created, except the SAMPJCL library.
2. Submit the SAMPJCL(AGJ00ALL) job to allocate product data sets and SMP data sets SMPMTS, SMPSCDS, SMPSTS, SMPLTS.
3. Submit the SAMPJCL(AGJ10CSI), but first ensure that the RESLIB DDDEF variable is pointing to the
Common Services CCS_hlq.CAW0CALL dataset name.
For example:
ADD DDDEF(RESLIB)
SHR DA(CCS_hlq.CAW0CALL).
The job should complete with RC 0000.
4. Submit the SAMPJCL(AGJ20RCB) job to RECEIVE the base FMIDs into the global zone.
5. Submit the SAMPJCL(AGJ30APB) job to APPLY the software into the target zone and it should complete with
RC 0000.
6. Submit AGJ40ACB to accept SMP/E base functions.
After successful completion, Your product is accepted and now resides in the distribution libraries.