Author: steve-myers
Posted: Tue May 09, 2017 4:56 pm (GMT 5.5)
S0CF - I had to go to Principles of Operation to look that one up! But that's the first thing you should do when faced with an unusual (like S0CF) ABEND code.
I suspect you have a wild branch here, so "normal" debug procedures won't help you very much. I'd look at the registers to see if any are reasonably close to the failing address. Especially if the address is in register 15, I'd next look at register 14 and see where that leads you. Good luck.
Posted: Tue May 09, 2017 4:56 pm (GMT 5.5)
S0CF - I had to go to Principles of Operation to look that one up! But that's the first thing you should do when faced with an unusual (like S0CF) ABEND code.
I suspect you have a wild branch here, so "normal" debug procedures won't help you very much. I'd look at the registers to see if any are reasonably close to the failing address. Especially if the address is in register 15, I'd next look at register 14 and see where that leads you. Good luck.