Compiling and Linking a C INMOD on IBM AIX - Parallel Data Pump

Teradata® Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
dmq1512702641516.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

Compile Syntax

Use the following syntax example to compile a C INMOD on an IBM AIX-based client.



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
-o
Switches to the linker
shared-object-name
Name of the shared object file The shared-object-name can be any valid file name. This is the INMOD modulename parameter of the IMPORT of the TPump job script.
sourcefile
UNIX file name(s) of the source file(s) for the INMOD