Batch Schedulers and Return Codes

If you use a batch scheduler (e.g., Control-M, Tivoli) to control the execution of your batch processes, it will be interested in the possible values of each process's return code. The return code is a number that indicates if the process ended successfully. All product processes will return one of the following return code values:

  • 0 (zero). A value of zero means the batch process ended normally.
  • 2. A value of 2 means the batch process detected a fatal error and aborted.