Programming Considerations for Routines - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-18
dita:mapPath
tjz1488824663315.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

This section describes programming languages supported for each type of routine, as well as other related considerations.

Programming Languages

Teradata FastLoad is written in the following languages:
  • IBM C for mainframe-attached z/OS client systems
  • C for network-attached UNIX and Windows client systems

In all cases, INMOD and notify exit routines are dynamically loaded at run time, rather than link-edited into the Teradata FastLoad module. The programming languages listed in the following table can be used to write INMOD and notify exit routines, depending on the platform that runs Teradata FastLoad.

The following table lists the programming languages supported.

Programming Languages Supported by Platform and Type of User-Developed Routine 
Platform INMOD Routine Notify Exit Routine Write
z/OS IBM C, Assembler, COBOL, or PL/I IBM C
  • INMOD routines in IBM C
  • Notify exit routines in IBM C
UNIX OS, Windows C C INMOD and notify exit routines in C
Although it is neither certified nor supported, INMOD routines in COBOL can be written on network-attached client systems if the Micro Focus COBOL for UNIX compiler is used. However, INMOD and OUTMOD routines written in C/C++ are strongly recommended.