The following error occurs when applying special fixes found in the SPECLMVS member of the Panvalet 14.6 SP00 CBA3SAMP library:
GIM40501E ** THE DISTLIB VALUE (ABA3MOD0) SPECIFIED FOR ZAP I2SF000 IN SYSMOD xxxxxxx DOES NOT MATCH THE DISTLIB VALUE (ABA4MOD0) IN THE ZAP ENTRY FOR I2SF000.
There is a typo in the MCS for release 14.6 SP00 which will be corrected at the next Release / Service Pack.
As a workaround please remove the DISTLIB on the ++ZAP statement as follows:
existing
++ZAP(I2SF000) DISTLIB(ABA3MOD0). /* MODIFY $2SF000 */
change to
++ZAP(I2SF000). /* MODIFY $2SF000 */