Applicable versions and levels
Solaris versions: 5.0 or later
Linux versions: 5.2, V10.0L10 or later
Linux for Itanium versions: V12.0L10 or later
HP-UX versions: 5.1 or later
AIX versions: 5.1 or later
DS versions: V20L10
Action
Points to check
Has the job received the signal SIGKILL, SIGBUS, or SIGSEGV?
Cause
If the job has ended abnormally with code 137,138, or 139, it may have received signal SIGKILL, SIGBUS, or SIGSEGV and then ended. If the job has received a signal and then ended, the completion code is 128 + signal number (octal: 200 + signal number). (The signal numbers for SIGKILL, SIGBUS, and SIGSEGV are 9, 10, and 11 respectively.)
The job may have ended abnormally because the user program is invalid.
Action method
Review the user program processing.