IBM AIX - MultiLoad

Teradata® MultiLoad Reference

Product
MultiLoad
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
aim1544831946660.ditamap
dita:ditavalPath
gyk1507317446489.ditaval
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

To compile and link source files into a shared object module for INMOD and 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
The shared-object-name can be any valid UNIX file name. This is the name specified as:
  • The INMOD modulename parameter of the IMPORT of the Teradata MultiLoad job script.
  • The EXIT name parameter for the NOTIFY option of the BEGIN MLOAD and BEGIN DELETE MLOAD of the Teradata MultiLoad job script.
sourcefile.c
UNIX file names of the source files for the INMOD or Notify Exit routine