


Syntax:

The file specified after INFILE contains a series of logical individual files.
TABLELOAD TABLE is performed for each of these logical files. The respective table name is read from the file; i.e., the name of the source table is used. A (target) table with the same name and a suitable structure must therefore exist in the database.
If a logical file cannot be loaded, a corresponding message containing the name of the table is output to the protocol file.
The blocks of lines that belong to rejected tables are continuously written to the file specified after OUTFILE. This file may be used as input file for an update run after the corresponding corrections have been made to the database catalog.
Such problems do not occur when a record of a file generated by CATALOGEXTRACT USER and TABLEEXTRACT USER is reloaded with CATALOGLOAD USER and TABLELOAD USER.


