Unable to perform ACCEPT GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE ACCEPT
search cancel

Unable to perform ACCEPT GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE ACCEPT

book

Article ID: 226556

calendar_today

Updated On:

Products

Spool

Issue/Introduction

Installing Spool 14.0 and getting the following error in the ACCEPT job:

     ACCEPT                                                                                                              
     BYPASS(HOLDSYSTEM)                                                                                                  
      FUNCTIONS                                                                                                          
      PTFS                                                                                                               
       GROUPEXTEND(NOAPARS NOUSERMODS)                                                                                   
        FORFMID (                                                                                                        
         CBQ4E00            /* PTFS FOR CA SPOOL BASE SYSMOD     */                                                      
         CCSRE00            /* PTFS FOR CA LPD COMPONENT SYSMOD  */                                             
                  ).                                                                                                     
                                                                                                                         
 GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE ACCEPT COMMAND.                                         
 GIM20501I    ACCEPT PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12.      

Environment

Release : 14.0

Component : CA Spool

Cause

This error indicates the Spool FMIDs had not been installed/applied.

Resolution

The APPLY job must be run before the ACCEPT job.
A sample JCL to perform the SMP/E apply of the Spool FMIDs is delivered in the member SPL30APB of the SAMPJCL library.

//*********************************************************************
//* MEMBER: SPL30APB                                                  *
//*********************************************************************
//*                                                                   *
//* This member contains the JCL and control statements to APPLY the  *
//* software into the Target Zone.                                    *
//*                                                                   *
//* It is recommended that you run the following JCL with the         *
//* CHECK parameter.  After successful completion of the job,         *
//* re-run with the CHECK parameter removed.                          *
//*                                                                   *
//* Execute the SPLSEDIT edit macro to customize this JOB for your    *
//* environment, then submit the job.                                 *
//*                                                                   *
//*********************************************************************
//* Copyright (C) 2019 CA.   All Rights Reserved.                     *
//*********************************************************************
//*                                                                    
//APPLY    EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M                     
//SMPCSI   DD DISP=SHR,DSN=prefix.CSI                 
//SMPCNTL  DD *                                                        
 SET BOUNDARY (CAIT0) .                                                
 APPLY                                                                 
  GROUPEXTEND(NOAPARS NOUSERMODS)                                      
  SELECT (                                                             
   CBQ4E00 /*CA Spool                                              */  
   CCSRE00 /*LPD Interface                                         */  
          )                                                            
  BYPASS(HOLDSYSTEM).                                                  

Additional Information

Reference in the documentation:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-spool/14-0/installing/install-products-using-smp-e-jcl/run-the-installation-jobs-for-a-pax-installation.html