FALSE

Page Nav

HIDE

Grid

GRID_STYLE

How can the SOC7 error be solved?

1)by using XPEDITER . 2)Going behind the reasons causing Soc7 in working -storage. 3)The most preferable one is to get the value of offset...

1)by using XPEDITER.
2)Going behind the reasons causing Soc7 in working -storage.
3)The most preferable one is to get the value of offset in compile list,getting this offset then find this offset's corresponding value in your pgm.It will take you straight to the line causing SOC7.

NOTE:
S0C7 is a DATA EXCEPTION Error. which caused due to use of wrong data in the program. Such as use of alphabets in an arithmetic expression.

For solving the S0C7 error first you find out the offset value in joblog for the perticular abend. Mapping that offset value to the lines od codes you find the area exactly where the error occured while processing.

No comments