Creating Custom INMOD Routines - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2019-02-14
dita:mapPath
ybx1527114222321.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities
To meet specific system needs, either write custom INMOD routines, or modify the sample Teradata FastLoad INMOD routines to:
  • Select only records that meet specific criteria
  • Convert certain fields to a different data type
  • Perform other functions, as required

Whenever a new INMOD routine is created, or modify an existing the new or modified routine must be compiled and linked into a shared object for use by Teradata FastLoad.

Note for UNIX operating system users: Teradata FastLoad 6.0 and later uses dynamic linking to load INMOD routines at run time. As a result, any INMOD routines created or modified under earlier versions of the utility must be recompiled and re-linked.

For procedures and examples of compiling and linking INMOD routines, see INMOD and Notify Exit Routine Examples.