Hi all,
I have a job log that contains some data, required for some analysis. Something like this.
OLD FILE RECORDS READ : 119,215
NEW FILE RECORDS READ : 119,694
RECORDS ADDED/A : 630
RECORDS CHANGED/C : 35,199
RECORDS DELETED/D : 151
CHANGE FILE RECORDS A+C+D : 35,980
RECORDS MATCHED : 83,865
Can i run a job to collect the data from the job log and display it in the spool.
Can we do this using a JCL ??
Thanks in advance