This article provides procedures to download and apply maintenance (PTFs) for OPS/MVS. Maintenance ensures compatibility with newer z/OS releases and system stability.
Symptoms:
The recommended approach for maintaining OPS/MVS is to configure SMP/E Internet Service Retrieval for automated maintenance. If manual downloading is required, follow these steps:
Sample JCL (Replace /u/users/userid and zipfile.zip with your specific path/file)://CAUNZIP EXEC PGM=IKJEFT01,DYNAMNBR=10,REGION=0M//ZIPRPT DD SYSOUT=*,RECFM=FBA//SYSTSPRT DD SYSOUT=*//SYSPRINT DD SYSOUT=*//STDOUT DD SYSOUT=*//STDERR DD SYSOUT=*//SYSTSIN DD *CAUNZIP ZIPPATH(/u/users/userid) - ZIPFILE(zipfile.zip) - TEMPPRIM(500) TEMPSEC(500) - JAVAPATH(/usr/lpp/java/J8.0_64)
//SMPCNTL DD * SET BOUNDARY(CAIT0) . APPLY CHECK GROUPEXTEND BYPASS(HOLDSYSTEM) S(PTF_NUMBER) . /*