APPEND_REC_FILE

Appends errors to an existing record log file. The syntax is:

APPEND_REC_FILE = { Y | N };

If APPEND_REC_FILE is set to N (default), then the old record log file is overwritten. If APPEND_REC_FILE is set to Y, then records are appended to the existing log file.

The log file appended to is the one specified in the most recent BAD_REC_FILE command. APPEND_REC_FILE is an optional Batch Import command.

For example:

APPEND_REC_FILE = Y;

causes any error messages produced as a result of the Batch Import to be appended to the existing record log file.