Compiling and Linking Routines - 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 methods for compiling and linking routines vary with the operating system. The following sections describe the methods for z/OS, UNIX OS, and Windows.

For sample programs and procedures that compile and link INMOD, OUTMOD, and notify exit routines for the operating system environment, see INMOD, OUTMOD, and Notify Exit Routine Examples.

Using z/OS

On mainframe-attached z/OS client systems, INMOD, OUTMOD, and notify exit routines must be compiled under IBM C.

UNIX OS

On network-attached UNIX client systems, INMOD, OUTMOD, and notify exit routines must:

  • Be compiled with the native UNIX C compiler
  • Be linked into a shared object module
  • Use an entry point named _dynamn

Windows

On network-attached Windows client systems, INMOD, OUTMOD, and notify exit routines must:

  • Be written in C
  • Have a dynamn entry point that is a __declspec
  • Be saved as a dynamic link library (DLL) file