When trying to apply maintenance to CEM there is an error because pre-req ptfs were not found in the SMPPTS dataset.
Release : 6.0
Component : COMPLIANCE EVENT MANAGER
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.