Softek Storage Solutions Corporation SMP/E application of zaps. The number of zaps will cause SMP/E to fail because the IDRDATA becomes full. You need to run the following UCLIN to update the IMASPZAP parms prior to applying the zaps. SET BOUNDARY(GLOBAL). UCLIN. ADD UTILITY(IMASPZAP) PARM(IGNIDRFULL). ADD OPTIONS(LDMOPT) ZAP(IMASPZAP). ENDUCL. NON-SMP/E application of zaps. The number of zaps will cause messages "AMA120I LDMFMAIN NO IDR SPACE - RE-LINK" and "AMA127I UPDATES INHIBITED (NO OVERRIDE)" because the IDRDATA becomes full. You will need to specify PARM=IGNIDRFULL on the exec statement when applying the zaps, expect a RC=4 as a result of using IGNIDRFULL. ( example: //ZAP EXEC PGM=IMASPZAP,PARM=IGNIDRFULL )