On Tue, 19 Oct 2021 09:13:09 -0700, Charles Mills <[email protected]> wrote:

>I have a lot of experience with catching signals in a "conventional MVS" 
>started task written in C++. (Signal handling is a C function but also 
>available in C++.) In my experience the signal handler was perfect at catching 
>S0C4 type exceptions with SIGSEGV.
>
Catching the SIGSEGV does the job. *THANKS!*


>That said, as @Joe says, the C signal handling is not real conducive to "make 
>note of the problem and continue on where you were" processing. 
>
O, and returning from the signal handler does indeed resume processing after 
the instruction that caused the abend. No need jumping through neither SPIE nor 
STAE hoops.

Cheers,

Jantje.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to