JCLCheck Base Product Install - APPLY CHECK failed for SYSMOD CD51C00 due to ERROR HOLD AC12645
search cancel

JCLCheck Base Product Install - APPLY CHECK failed for SYSMOD CD51C00 due to ERROR HOLD AC12645

book

Article ID: 188821

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

SMP/E APPLY error when installing JCLCheck release 12.0:

 GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD CD51C00. HOLD REASON IDS WERE NOT RESOLVED.
 GIM35901I    ERROR HOLD AC12645 WAS NOT RESOLVED.
 GIM37001S ** APPLY PROCESSING STOPPED BECAUSE FUNCTION SYSMOD CD51C00 FAILED.

APPLY statement:

SET BOUNDARY (ZNCAIT0) .                                             
 APPLY                                                                
  CHECK      /*** Remove to APPLY all functions ***/                  
  GROUPEXTEND(NOAPARS NOUSERMODS)                                     
  SELECT (                                                            
   CAZ1C00 /*CA JCLCheck                                            */ 
   CAZ2C00 /*CA JCLCheck Common Component        */ 
   CAZ1C01 /*CA JCLCheck Roscoe RPF Support       */ 
   CAZ1C02 /*CA JCLCheck CA 1 Interface                 */ 
   CAZ1C03 /*CA JCLCheck TLMS Interface               */ 
   CD51C00 /*CA General Transaction Server            */ 
          )                                                           
  BYPASS(HOLDSYSTEM).                                                 
//*      
.....      


UNRESOLVED HOLD REASON REPORT FOR APPLY CHECK PROCESSING

                                  HOLD        MISSING  HELD        RESOLVING  RESOLVER
 TYPE      FMID         CLASS      APAR       SYSMOD   SYSMOD       STATUS
 ----------   -------------   -----------    ------------  -------------   -----------------  ----------------
 ERROR  CD51C00  SECINT    AC12645  CD51C00  SO12633         MISSING

Environment

Release : 12.0

Component :  JCLCheck workload Automation

Resolution

- Download the resolving PTF along with any prerequisite PTFs, and RECEIVE the PTF(s).  In this case, the resolving PTF is SO12633 and it does not have any prerequisite.

or 

- Use BYPASS(HOLDSYSTEM,HOLDERROR(reason id)) to allow the APPLY of JCLCheck to complete, and install the required PTF(s) at a later time.

  APPLY statement:

SET BOUNDARY (ZNCAIT0) .                                             
 APPLY                                                                
  CHECK      /*** Remove to APPLY all functions ***/                  
  GROUPEXTEND(NOAPARS NOUSERMODS)                                     
  SELECT (                                                            
   CAZ1C00 /*CA JCLCheck                                            */ 
   CAZ2C00 /*CA JCLCheck Common Component        */ 
   CAZ1C01 /*CA JCLCheck Roscoe RPF Support       */ 
   CAZ1C02 /*CA JCLCheck CA 1 Interface                 */ 
   CAZ1C03 /*CA JCLCheck TLMS Interface               */ 
   CD51C00 /*CA General Transaction Server            */ 
          )                                                           
  BYPASS(HOLDSYSTEM,HOLDERROR(AC12645)).                                                 
//*