Back | Forward

Header record - batch processing


When you execute a batch process, the system automatically generates an output file that contains error messages and an output file that contains a log of the batch process.

The header record is always the first line of the data import file. It identifies the path and file names of the error and log files (separated by a semicolon). The format is always the same regardless of the type of batch processing to be performed (insert/modify/delete).

Sample header record:

C:\Directory\import1.err;C:\import1.log<newline>

where:

<import1.err> is the output file to which errors will be written
<import1.log>
is the output file to which the transaction log will be written

_______________

See Also

Screen record

Transaction records