Description:
When CSM is used to install v17 the apply of RO70908 will fail with a GIM9102E error.
Solution:
If CSM (Chorus Software Manager) is used to install the first incremental release of Endevor V17, the application of APAR RO70908 - NAME MASKING SUPPORT FOR ENVIRONMENT ON BUILD SCL STMT will fail with the error:
GIM69102E ** ALLOCATION FAILED FOR SMPTLOAD BECAUSE THERE IS NO DDDEF ENTRY FOR SMPTLOAD IN TARGET ZONE CAIT0.
To resolve this error you must run the following JCL to add the SMPTLOAD DDDEF to your CA Endevor v17 CSI.
//STEP1 EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M //SMPCSI DD DISP=SHR,DSN=YOUR.v17.CSI //SMPCNTL DD * SET BDY(GLOBAL). UCLIN. ADD DDDEF (SMPTLOAD) UNIT(SYSDA) CYL SPACE(300,100) DIR(800). ENDUCL. SET BDY(ZNCAIT0). UCLIN. ADD DDDEF (SMPTLOAD) UNIT(SYSDA) CYL SPACE(300,100) DIR(800). ENDUCL. SET BDY(ZNCAID0). UCLIN. ADD DDDEF (SMPTLOAD) UNIT(SYSDA) CYL SPACE(300,100) DIR(800). ENDUCL. /*
If you have any questions or concerns, please contact your local CA Endevor Support Team.