Specifies the automatic response to an error condition resulting from reading a field in a data file. The syntax is:
ON_ERROR = {CONTINUE | QUIT | END_ALL};
If ON_ERROR is set to CONTINUE, then Batch Export will try to recover from any error that occurs. If ON_ERROR is set to QUIT (default), then Batch Export will quit if any errors occur. If ON_ERROR is set to END_ALL, then Batch Export terminates.
For example:
ON_ERROR = CONTINUE;
will cause Batch Export to try to recover from any errors.