IBM AIX - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
17.00
Published
September 30, 2020
Language
English (United States)
Last Update
2020-09-02
dita:mapPath
ups1544831946863.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

To compile and link source files into a shared object module for INMOD, OUTMOD, or Notify Exit routines on IBM AIX client systems, use the following syntax:

Compile Syntax



where the following is true:

cc
Call to the program that invokes the native UNIX C compiler
-qmkshrobj
Creates a shared object from the generated object files.
-q64
Flag to build 64-bit shared libraries
-o
Specifies the output file name
shared-object-name
Name of the shared object file
This is the name specified as the:
  • INMOD modulename parameter in the IMPORT of the FastExport job script
  • OUTMOD modulename parameter of the EXPORT command of the FastExport job script
  • EXIT name parameter of the NOTIFY option in the BEGIN EXPORT command of the FastExport job script (see Syntax).
sourcefile.c
UNIX file names of the source files for the INMOD or Notify Exit routine