|
See Also
To transfer error status data
into a reject table:
| 1.
|
Define and create a reject table if necessary. |
| 2.
|
Define an import task importing records into the application
table from a "<file name>.<file extension>" file. |
| 3.
|
Define an error import task importing all records into the
reject table from the "<file name>.ERR" file. |
| 4.
|
Append the error import task to the main import task. For
instance, define an overall job that contains first the main import
task and then the error import task. |
| 5.
|
Run the overall job. Rejected records will be imported into the
reject table. |
|