1.One of my Batch Job is failing in PSTEP10 with below error message
JOB-XXXXXX15 STEP-PSTEP10
LE COND CODE=CEE3250C / EXPECTED COMP CODE=U3539
ACCESS YOUR ABEND-AID REPORTS BY EXECUTING SYSTEM
COMMAND "AID" FROM ANYWHERE IN ISPF.
IEF450I XXXXXX15 PSTEP10 JSTEP10 - ABEND=S000 U3539 REASON=00
TIME=02.58.51
SLAC51D JOB XXXXXX15, STEP PSTEP10 HAS ABENDED - COMPLETION
2.To Recover the job we need to check the Restart table in databse and we delete the next record of it (which is present in Restart table as processing is done till this record) from the input file.
3.I want to automate this process via JCL change or Program change that if JSTEP10.PSTEP10 fails with an ABEND CODE U539 job do not fail instead it checks the reocrd in Restart table and delete next record to it or write next record to exclusion file (not present right now) and process the next records.
Please suggest your views on it.
Thanks.