Example 2: Specifying an INMOD 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 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;