|
|
| Author |
Message |
brahmanandareddy
New User
Joined: 16 Dec 2004 Posts: 48 Location: Hyderabad
|
|
|
|
I got SOC7 error and I want to know where that particular error occurred. I dont have any utility like xpeditor or endeavor or some other else. How do you know this?
Please send the answer to my private mail box as well. |
|
| Back to top |
|
 |
References
|
Posted: Tue Oct 11, 2005 11:06 pm Post subject: Re: How to find location of error in S0C7 |
 |
|
|
 |
Sridevi_C
Active User
Joined: 22 Sep 2005 Posts: 107 Location: Concord, New Hampshire, USA.
|
|
|
|
Hi,
Didn't spool show anything else?
Regards,
Sridevi. |
|
| Back to top |
|
 |
Kotes
New User
Joined: 03 May 2005 Posts: 12
|
|
|
|
Hi,
Here i am sending one document which is shows with screens where is the soc7 abend.
I hope which is usefull to you...!
Regards, |
|
| Back to top |
|
 |
iknow
Senior Member
Joined: 22 Aug 2005 Posts: 582 Location: Colarado, US
|
|
|
|
Hi folks,
As a follow up to the above post here is another way to find out where SOC 07 error occurred in the program by using the address in the PSW
Solution
PSW hold the address of the NSI (next sequential Instruction).
So just subtract length of the failing isntruction form the address in
the PSW and you have the exact address of the failing Instruction.
The just go the locations described by the Base and Displacement
operands in the failing instruction and you will see the data.
Hope this helps. |
|
| Back to top |
|
 |
|
|