The client is doing a base install of CA JCL Check release 12.0 common component. When the client does the apply of FMID CAZ2C00 the apply step fails with messages that PTFS RO60370 and RO62228 are missing.
book
Article ID: 130279
calendar_today
Updated On:
Products
CA InterTest - CICSCA InterTest - BatchCA JCLCheck Workload Automation
Issue/Introduction
CA Intertest batch requires CA JCL Check to provide certain functionally. Since the client is not licensed for the full CA JCL Check product they are installing the CA JCL Check R 12.0 common component that is shipped with CA Intertest batch. When the client does the apply of the base FMID CAZ2C00 the apply step fails with a message that PTFS RO60370 and RO62228 are missing.
HOLD MISSING HELD RESOLVING RESOLVER TYPE FMID CLASS APAR SYSMOD SYSMOD STATUS ------ ------- ------- ------- ------- --------- -------- ERROR CAZ2C00 HIPER AC60361 CAZ2C00 RO60370 MISSING CC60361 CAZ2C00 RO62228 MISSING
Cause
PTFS RO60370 and RO62228 are required in order to apply the base install FMID CAZ2C00.
Environment
Z/OS
Resolution
The client had to download fixes RO60370 and RO62228 from the CA Web site and then receive them into the currect CA JCL check environment.
Then the client needs to rerun the apply step which will apply the PTFS and the base FMID at the same time.
The CA JCL Check apply JCL member AZ25APP is listed below.
//APPLY EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M //SMPCSI DD DISP=SHR,DSN=JCLCHK12.JCL.CSI //SMPCNTL DD * SET BOUNDARY (CAIT0) . APPLY PTFS FORFMID( CAZ2C00 /* CA JCLCheck Common Component */ ) SELECT ( CAZ2C00 /* CA JCLCheck Common Component */ ) BYPASS(HOLDSYSTEM) . /* //