IBM AIX - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-11
dita:mapPath
cgb1488824663145.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.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
-o
Switches to the linker
-qmkshrobj
Creates a shared object from the generated object files.
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 name(s) of the source file(s) for the INMOD or notify exit routine