INMOD Routines - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

INMOD Routines

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 Teradata 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.