INMOD Routines - Parallel Data Pump

Teradata® Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
ioq1544831946920.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

The term INMOD is an acronym for input modification routines. An INMOD is a user-written routine used by Teradata TPump to supply or preprocess input records before they are sent to the database.

An INMOD routine can be used to supply input records or to perform preprocessing tasks on the input records before passing them to Teradata TPump. Such tasks, for example, could:
  • Generate records to be passed to Teradata TPump.
  • Validate data records before passing them to Teradata TPump.
  • Read data directly from one or more database systems such as IMS, Total.
  • Convert fields in a data record before passing it to Teradata TPump.

The INMOD is specified as part of the IMPORT command. See IMPORT for INMOD syntax information.