When running the APPLY/CHECK job, most of the PTF's fail with error -
GIM30209E ** APPLY PROCESSING FAILED FOR SYSMOD *******. REQUIRED SYSMODS FAILED OR WERE MISSING.
Component: PDSMAN
Version: 7.7
Add GROUPEXTEND(NOAPARS NOUSERMODS) to the apply check job.
Example:
//SMPCNTL DD *
SET BOUNDARY(CAIT0) .
APPLY PTFS
BYPASS(HOLDSYSTEM)
GROUPEXTEND
CHECK
changed to
//SMPCNTL DD *
SET BOUNDARY(CAIT0) .
APPLY PTFS
BYPASS(HOLDSYSTEM)
GROUPEXTEND(NOAPARS NOUSERMODS)
CHECK
Article Id: 40176
Sample JCL's to apply maintenance and published PTF's