Chapter Contents |
Previous |
Next |
SIGTERM |
Default handling | |
Ignoring the signal | |
Information returned by siginfo |
SIGTERM
signal can only be generated by a call
to either
raise
or
siggen
when
SIGTERM
is managed by
SAS/C.
Default handling |
By default, the signal causes abnormal termination of the program with a user ABEND code of 1225.
Ignoring the signal |
If your program ignores
SIGTERM
, program execution proceeds.
Information returned by siginfo |
When
siginfo
is called in a handler for
SIGTERM
,
it returns
NULL
.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.