i am having below records in inputfile:
JOB12376 -TESTL1D ENDED. CHECKOUT TOTAL TCB CPU TIME = 2.34
DDNAME TESTCONV records written: 6,537.
i want only below records in my output file
JOBNAME CPU RECORDS
TESTL1D 2.34 6,537
i cant use DFSORT , please suggest if anyother option we have beside DFSORT.