munnabai Beginner
Joined: 17 Aug 2007 Posts: 3 Topics: 3
|
Posted: Tue Sep 02, 2008 8:17 am Post subject: S0C7 abend handling |
|
|
Hi,
During processing of a MOVE stattement I got S0C7 Abend. If we get S0C7 I need to write the record which caused this abend into the another error log file and continue my processing. And at the end of the day we need to see the error log file and report to the business testers
Is there anything I can do with the RETURN-CODE register. Like
IF RETURN-CODE NOT EQUAL ZERO
Write error Log
END-IF.
I tried such a condition but was not fruitful. Is it possible to handle such a scenario?
Kindly advice and guide me.
Thanks,
Munna. |
|