Back | Forward

header record format requirements


The header record format is always the same regardless of the type of batch processing to be performed (insert/modify/delete). Output files are always opened in append mode; it is possible to collect the results from several batch processing runs in a single file or single pair of files. However, two batch processes that run concurrently cannot write to the same output file (or files) because the files are not open for sharing.