Author: Nic Clouston
Posted: Fri Jul 01, 2016 12:00 am (GMT 5.5)
Use IDCAMS to generate a list of all the data sets associated with the ACTUAL.TEST base. Process that list to extract the data set names and generate the required JCL for each comparison. If you have 5 generations of ACTUAL.TEST and you have to compare each one against each data set of MASTER.DATA then you will have to generate 150 compares. By suitable use of condition codes you could probably bypass further compares of the current ACTUAL.TEST generation to avoid excessive execution times.
_________________
Regards
Nic
Posted: Fri Jul 01, 2016 12:00 am (GMT 5.5)
Use IDCAMS to generate a list of all the data sets associated with the ACTUAL.TEST base. Process that list to extract the data set names and generate the required JCL for each comparison. If you have 5 generations of ACTUAL.TEST and you have to compare each one against each data set of MASTER.DATA then you will have to generate 150 compares. By suitable use of condition codes you could probably bypass further compares of the current ACTUAL.TEST generation to avoid excessive execution times.
_________________
Regards
Nic