Example 2: Specifying an OUTMOD Routine - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
qja1608578437326.ditamap
dita:ditavalPath
gel1618411995444.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;