Created on: Sep 29, 2009 9:13 AM by
COBOL_Cafe
- Last Modified:
Sep 29, 2009 9:40 AM
by COBOL_Cafe
This SHARE presentation explains how to write COBOL programs that can recover from bad data ABENDS and continue on while saving the bad data to be processed later. You will now be able to solve that age-old problem of the batch job that fails while processing the millionth record and must be completely rerun after the offending record is removed. There will be coding examples with tips for best practices! While the examples will all be COBOL, the concepts are equally applicable to any LE conforming language.