Example 2: Specifying an INMOD 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 INMOD routine that has been compiled and linked as feimod.so:

.IMPORT INMOD ./feimod.so LAYOUT lay1;

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

.IMPORT INMOD ./feimod.dll LAYOUT lay1;