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.
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.