The Apply Check of LU04116 or subsequent CCS TOMCAT maintenance fails because DDDEF CFF6TOMC is missing.
There are instructions (hold actions) within the PTF itself which tell how it is to defined, however they are not included in the SMP/E HOLD report output (SMPHRPT).
Release : 15.0
Component : COMMON SERVICES FOR Z/OS
Certain BYPASSED HOLDDATA will no longer be reported during APPLY and ACCEPT processing
This is working as designed. This particular situation where the HOLD is BYPASSED will result in the HOLDDATA not being reported in SMPHRPT.
If an APPLY CHECK is run without the bypass, the related hold action would be found in SMPHRPT.
The following information was taken from IBM documentation...
Recommendation is to:
************************** * DDDEF JCL * **************************//JOBNAME JOB (ACCT INFO),'JOB DESC',CLASS=X,// MSGCLASS=X,NOTIFY=&SYSUID,LINES=9999,TIME=1440//********************************************************************//* *//* This JCL contains statements that you define so that you can *//* create the product SMP/E environment where this file will be *//* installed. *//* *//* This JCL must be submitted before performing the SMP/E APPLY. *//* *//* Change the following references in the JCL to the standards *//* for your site. *//* *//* Change the JOB card information above. *//* *//* Change all occurrences of GLOBALHLQ *//* to the HLQ for the SMPE CSI where you installed the *//* Common Services Base. *//* *//* Change all occurrences of ZNCAIT0 *//* to the Target Zone name in the CA Common Services CSI. *//* *//* Change all occurrences of "/cai/CASoftware/CCS150" *//* to the high level directory name of where the CCS directories *//* were created. *//* *//********************************************************************//* Copyright (C) 2022 Broadcom. All Rights Reserved. *//********************************************************************//*------------------------------------------------------------------+//* INITCSI - Add DDDEFs to SMP/E Zones |//*------------------------------------------------------------------+
//*//INITCSI EXEC PGM=GIMSMP,REGION=0M,// PARM='CSI=GLOBALHLQ.CSI,DATE=U'//SMPOUT DD SYSOUT=*//SMPRPT DD SYSOUT=*//SMPLOG DD DISP=SHR,DSN=GLOBALHLQ.SMPLOG//SMPLOGA DD DISP=SHR,DSN=GLOBALHLQ.SMPLOGA//SMPPTS DD DISP=SHR,DSN=GLOBALHLQ.SMPPTS//SMPCNTL DD * SET BOUNDARY(ZNCAIT0). UCLIN. ADD DDDEF(CFF6TOMC) PATH('/cai/CASoftware/CCS150/tpv/') . ADD DDDEF(CFF6BAS3) PATH('/cai/CASoftware/CCS150/') . ENDUCL./*