NetBatch Management Programming Manual
Event Messages
NetBatch Management Programming Manual—522462-003
6-17
Event-Message Descriptions
completion-text
indicates how the job terminated. completion-text is one of:
time
specifies when the scheduler started the job’s executor-program process. 
number
specifies the total processor time taken by all processes of the job. 
program-file-name
specifies the program file name of the job’s executor-program process. 
Value Description
-1 TRAP detected Trap detected. 
Completion code -1. 
Job requests restart The process sent a restart request to the scheduler. 
Completion code 7. 
Normal termination Normal, voluntary termination with no errors. 
Completion code 0. 
Premature termination 
with fatal errors
Abnormal, voluntary, but premature termination with fatal errors 
or diagnostics. 
Completion code 3. 
Process calls abend The process called ABEND or PROCESS_STOP_. 
Completion code 5. 
Process never started The process did not start. 
Completion code 4. 
Process terminated; 
Guardian unable to 
pass CC
The process terminated itself, but the operating system could 
not pass completion code and termination information to that 
process because of a resource problem. 
Completion code -2. 
Process terminated; 
Invalid params in 
STOP/ABEND
The process terminated itself, but passed invalid parameters to 
ABEND, STOP, or PROCESS_DELETE_. 
Completion code -3. 
STOP/ABEND issued 
by an external 
process
An external, authorized process issued an ABEND, STOP, or 
PROCESS_STOP_ to delete the process. 
Completion code 6. 
Terminated with fatal 
errors
Abnormal, voluntary termination with fatal errors or diagnostics. 
Completion code 2. 
Terminated with 
warning
Normal, voluntary termination with warning diagnostics. 
Completion code 1. 










