EXIT_CALL_RESULT is set by the user exit routines and tells the caller how to respond when each exit call completes. The following results can be specified by the operator's routines.
| Result | Description | 
|---|---|
| EXIT_ABEND_VAL | Instructs the caller to  | 
| EXIT_IGNORE_VAL | Reject records for further processing.  | 
| EXIT_OK_VAL | If the routine does nothing to respond to an event,  | 
| EXIT_STOP_VAL | Instructs the caller to  |