GIM41802I JCLIN PROCESSING WAS SUCCESSFUL FOR SYSMOD RO99723. GIM41802I JCLIN PROCESSING WAS SUCCESSFUL FOR SYSMOD SO04585. GIM41802I JCLIN PROCESSING WAS SUCCESSFUL FOR SYSMOD SO04586. GIM69102E ** ALLOCATION FAILED FOR SMP00028 BECAUSE THERE IS NO DDDEF ENTRY FOR SCCNOBJ IN TARGET ZONE CAIT0.
Environment
Z/OS
Resolution
New DDDEF is require on following fix and the fix has ++HOLD for instruction.
++HOLD (SO04585) SYSTEM FMID(CAVHB00) REASON (DDDEF ) DATE (18206) COMMENT ( +----------------------------------------------------------------------+ | Common Symbolic Component Version 11.0 | +----------+-----------------------------------------------------------+ |SEQUENCE | Before Apply | +----------+-----------------------------------------------------------+ |PURPOSE | Define target zone DDDEF for SCCNOBJ ddname. | +----------+-----------------------------------------------------------+ |USERS | All users installing this PTF | |AFFECTED | | +----------+-----------------------------------------------------------+ |KNOWLEDGE | SMP/e | |REQUIRED | | +----------+-----------------------------------------------------------+ |ACCESS | Update privileges for SMPCSI (CSI) datasets | |REQUIRED | | +----------+-----------------------------------------------------------+ ************************** * STEPS TO PERFORM * **************************
1. Extract the JCL below to a location where you can modify it. 2. Add a jobcard that meets your system requirements. 3. Add the CSI dataset name to the SMPCSI DD. 4. Change the name of the target zone if you did not use 'CAIT0'. 5. Change 'CBC.SCCNOBJ' to the name of Metal C RENT Object library on your system. 6. Submit the modified JCL to add the new DDDEF.
JOBCARD < modify to meet your system requirements > //*-------------------------------------------------------------------- //* Define target zone DDDEF for SCCNOBJ (Metal C RENT Object library) //*-------------------------------------------------------------------- //DDDEFUPD EXEC PGM=GIMSMP,REGION=0M //SMPCSI DD DISP=SHR,DSN=globalhlq.CSI < modify as needed > //SMPCNTL DD * SET BOUNDARY(CAIT0). UCLIN . ADD DDDEF ( SCCNOBJ ) DATASET ( CBC.SCCNOBJ ) SHR . ENDUCL. /*