SMPe - IBA-mainframe-dev/Global-Repository-for-Mainframe-Developers GitHub Wiki

This directory contains sets of solutions for automating PTF assemblies and working with SMP/E

List of automated solutions templates:

  1. Automated build PTF via JCL + REXX template
  2. JCL job for loading PTF information into global zone and SMPe datasets
  3. JCL job for installing PTF in the SMPe target libraries
  4. JCL job for installing PTF in the SMPe distribution libraries
  5. JCL job for rejecting PTF to clean up the global zone
  6. JCL job for restoring PTF to clean up the target zone

Detailed description:

Instructions for adapting each JCL job or REXX script to your parameters are inside of each file

  1. Automated build PTF via JCL + REXX template - This solution consists of JCL job, that execute REXX program that builds PTF dataset from input libraries

    PTFBLD JCL job - launches REXX script

    USER01.SAMPLE.REXX(PTFGEN) - REXX program that builds PTF dataset from input libraries

  2. JCL job for loading PTF information into global zone and SMPe datasets

    RECVPTF - This JCL job is used to load PTF information into GLOBAL ZONE and SMP/E datasets

  3. JCL job for installing PTF in the SMPe target libraries

    APPLYPTF - This JCL job is used to install PTF in the SMP/E TARGET libraries

  4. JCL job for installing PTF in the SMPe distribution libraries

    ACCPTPTF - This JCL job is used to install PTF in the SMP/E DISTRIBUTION libraries

  5. JCL job for rejecting PTF to clean up the global zone

    REJCTPTF - This JCL job is used to reject PTF to clean up the GLOBAL ZONE

  6. JCL job for restoring PTF to clean up the target zone

    RESTRPTF - This JCL job is used to restore PTF to clean up the TARGET ZONE