Hello, Sorry for the late reply.
Note: All of the code is written REXX except for the SMF Activity SCL and the BC1PCSV0 JCL.
We run SMF Activity Report, using CSV (Options nocsv) daily that creates a VB 4096 dataset (GDG) and from it using a REXX Version of ECHALSMF to parse out the
data set want. Part of the data is the ENV/SYS/SUB/TYPE and the VV.LL for the ACTION.
The running a LIST Element using "DATA COMP CHANGE LEVEL SUMMARY" for the ELEMENT + ENV/SYS/SUB/TYPE we use a REXX version (EDIT MACRO) of ECHALELM (ALELS-RS)
we find the VV.LL from the SMF data and pull the ALELS-RS-STMTS, ALELS-RS-INS, ALELS-RS-DEL and create a CSV report that can been downloaded and formatted as an Excel Spreadsheet. All of this can be executed in Batch as an ISPF dialog.
It can also be written COBOL using the ECHAL* routines or Assembler using the ENHAL* routines found in the CSIQOPTN dataset. If you decide on COBOL, I suggest you use CCIDRPT1 as a starting point.