ADBTEP2_MAXE
The ADBTEP2_MAXE CM batch parameter specifies the maximum number of errors. Specifically, this parameter indicates the number of DSN commands that can fail before the batch job is terminated.
- Values:
-
- -1
- All errors are ignored. The batch job does not stop for any error.
- 0
- No errors are allowed. The batch job stops on the first error.
- 1-99
- The specified number of errors are ignored. The batch job stops on the next DSN command that fails. For example, if you specify 5, the batch job stops when the sixth DSN command fails.
- Default:
- 0