JCL CHECK Compatible for zos 2.2
book
Article ID: 129760
calendar_today
Updated On:
Products
JCLCheck Workload Automation
Issue/Introduction
Many prerequisites are required when try to apply the ptfs. How can obtain all ptfs that are missed ?
Environment
Release:
Component: JCLCHK
Resolution
Please run the following jcl
//SMPLIST EXEC PGM=GIMSMP,REGION=5120K, // PARM='CSI=your.vantage.CSI'
//SYSPRINT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPOUT DD SYSOUT=*
//SMPHOLD DD DUMMY
//SMPCNTL DD *
SET BOUNDARY(CAIT0).
LIST SYSMODS FORFMID(XXX).
/*
and then send the result to Ca Broadcom.
A file with all ptfs missed will be built and sent to client.
Feedback
thumb_up
Yes
thumb_down
No