Description:
The IDMS 18.0 APPLY job fails with GIM23911E link-edit error and
the link-edit error is IEW2303E.
This problem may occur because some FMIDs cannot be installed at the site,
but no FMIDs are commented out in the SMP/E jobs. Most sites cannot install
the Culprit interfaces and should comment out these four FMIDs in each of
the SMP/E jobs.
One example of this problem is shown below. This example shows the failure for
module IDMSDATE in LMOD CULLTFDS; however it could fail for other modules.
GIM23911E ** LINK-EDIT PROCESSING FOR SYSMOD CAGJI00 FAILED FOR MODULE IDMSDATE IN LMOD CULLTFDS IN THE CAGJLOAD LIBRARY. THE RETURN CODE (08) EXCEEDED THE ALLOWABLE VALUE. DATE 11.234 - TIME 16:05:50 - SEQUENCE NUMBER 000079 - SYSPRINT FILE SMP00047.
GIM23911E ** LINK-EDIT PROCESSING FOR SYSMOD CAGJI05 FAILED FOR MODULE CULLT8FD IN LMOD CULLTFDS IN THE CAGJLOAD LIBRARY. THE RETURN CODE (08) EXCEEDED THE ALLOWABLE VALUE. DATE 11.234 TIME 16:05:50 - SEQUENCE NUMBER 000079 - SYSPRINT FILE SMP00047.
BATCH EMULATOR JOB(jobname) STEP(APPLY ) PGM= IEWL IEW2278I B352 INVOCATION PARAMETERS - LET,LIST,SIZE=(2000K,12K),NCAL,REUS(NO IEW2322I 1220 1 INCLUDE SMP00003(IDMSDATE) CAGJI00 SEQ#000076 IEW2322I 1220 2 INCLUDE SMP00003(IDMSUTIO) CAGJI00 IEW2322I 1220 3 INCLUDE SMP00042(CULLT8FD) CAGJI05 IEW2322I 1220 4 INCLUDE TOTALLIB(DATBAS) TYPE=UTIN IEW2303E 1030 MEMBER DATBAS OF THE DATA SET SPECIFIED BY TOTALLIB COULD NOT BE FOUND.
Solution:
When the problem occurs, the best thing to do is delete the datasets and start over.
To comment out the products that SMP/E should not try to install, put a slash
asterisk (/*) in columns 2 and 3 or later.
An example of the syntax is shown below.
APPLY PTFS FORFMID( CAGJI00 /* CA IDMS Base Option */ CAGJI01 /* CA IDMS CICS Support */ /*CAGJI02 /* CA Culprit interface for FCS */ /*CAGJI03 /* CA Culprit interface for IMS */ /*CAGJI04 /* CA Culprit interface for RDMS */ /*CAGJI05 /* CA Culprit interface for Total */ ) SELECT ( CAGJI00 /* CA IDMS Base Option */ CAGJI01 /* CA IDMS CICS Support */ /*CAGJI02 /* CA Culprit interface for FCS */ /*CAGJI03 /* CA Culprit interface for IMS */ /*CAGJI04 /* CA Culprit interface for RDMS */ /*CAGJI05 /* CA Culprit interface for Total */ ) .