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.
Release : 14.0
Component : CA Spool
This error indicates the Spool FMIDs had not been installed/applied.
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).