Example 2: Specifying an OUTMOD Routine - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
16.20
Published
September 2020
Language
English (United States)
Last Update
2020-09-11
dita:mapPath
lki1527114222329.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

The following example for a UNIX client system runs an OUTMOD routine that has been compiled and linked as feomod.so:

.EXPORT OUTMOD ./feomod.so;

The following example for a Windows client system runs the same OUTMOD routine that has been compiled and linked as feomod.dll:

.EXPORT OUTMOD .\feomod.dll;