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:
- Automated build PTF via JCL + REXX template
- JCL job for loading PTF information into global zone and SMPe datasets
- JCL job for installing PTF in the SMPe target libraries
- JCL job for installing PTF in the SMPe distribution libraries
- JCL job for rejecting PTF to clean up the global zone
- 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
-
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
-
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 -
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
-
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
-
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
-
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