Page 1 of 1

How to identify the record that caused the SOC7 abend

PostPosted: Sun Nov 30, 2008 2:44 am
by rravi3421
How to identify the record that caused the SOC7 abend in a batch program? Suppose there are 1000 records in the input file. how can we find the exact record?

Re: soc7

PostPosted: Sun Nov 30, 2008 3:55 am
by dick scherrer
Hello,

Typically, you find the instruction that abended (using the displacement given at the time of the abend) and then you find the data in storage that caused the abend and then the problem record is known.