Example 2: Specifying an INMOD Routine - FastExport

Teradata FastExport Reference

Product
FastExport
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-22
dita:mapPath
fmk1488824663357.ditamap
dita:ditavalPath
Audience_PDF_include.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;