Apply check getting GIM69102E as THERE IS NO. DDDEF ENTRY FOR SCCNOBJ IN TARGET ZONE.
search cancel

Apply check getting GIM69102E as THERE IS NO. DDDEF ENTRY FOR SCCNOBJ IN TARGET ZONE.

book

Article ID: 115362

calendar_today

Updated On:

Products

InterTest - CICS InterTest - Batch InterTest VSE - CICS

Issue/Introduction

Run apply check getting as following error message:

 APPLY
   CHECK               /*** Remove to apply all PTFs.    ***/
  /* SOURCEID(CAR*) */ /*** Uncomment if applying CA RS  ***/
   FORFMID (
    CAVHB00 /*Common Symbolic Component                             */
    CAVHB01 /*Common Eclipse UI Component                           */
    CABAB00 /*Common CICS Component                                 */
    CABAB01 /*Common CICS DB2 Component                             */
    CABQB00 /*SymDump CICS Component                                */
    CAMRB00 /*InterTest Batch Component                             */
    CARXB00 /*CA-SYMDUMP BATCH                                      */
    CARXB01 /*CA-SYMDUMP BATCH DB2 Component                        */
    CCSAB00 /*InterTest CICS Component                              */
           )
   GROUPEXTEND(NOAPARS NOUSERMODS)
   BYPASS(HOLDSYSTEM) .

 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.
 /*