SMP/e Apply check processing failed in CEM because SMPPTS did not contain missing prereqs
search cancel

SMP/e Apply check processing failed in CEM because SMPPTS did not contain missing prereqs

book

Article ID: 237310

calendar_today

Updated On:

Products

Compliance Event Manager

Issue/Introduction

When trying to apply maintenance to CEM there is an error because pre-req ptfs were not found in the SMPPTS dataset.  

Environment

Release : 6.0

Component : COMPLIANCE EVENT MANAGER

Resolution

The easiest way to get RO96988 and SO01860 into the smppts dataset
is to issue a  native smp receive of both PTFs. 

//DDDEF EXEC PGM=GIMSMP,COND=(0,NE),REGION=0M, *                 
// PARM='CSI=CEM.CSI,PROCESS=END' *               
//* *                                                            
//SMPLOG DD SYSOUT=* *                                           
//SMPHOLD DD DUMMY *                                             
//SMPPTFIN DD DSN=ACF2.SMPPTFIN,DISP=SHR                         
//SMPCNTL DD * *                                                 
 SET BDY(GLOBAL).                                                
 RECEIVE SYSMODS BYPASS(APPLYCHECK,ACCEPTCHECK)                  
//

This will allow the ptfs to be received and therefore make the SMPPTS members available.