For each export task associated with a SELECT statement, the FastExport job can specify:
- One INMOD routine with the IMPORT command
- One OUTMOD routine with the EXPORT command
- One Notify Exit routine with the BEGIN EXPORT command
A FastExport job can specify multiple export tasks, and each one can specify an INMOD routine, an OUTMOD routine, and a Notify Exit routine. (These specifications can be to the same or different routines.)