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

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

Compiling and Linking a C INMOD on IBM AIX

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

Compile Syntax

where

 

Syntax element

Description

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

sharedobjectname

Name of the shared object file The sharedobjectname can be any valid file name. This is the INMOD modulename parameter of the IMPORT of the MultiLoad job script.

sourcefile

UNIX file name(s) of the source file(s) for the INMOD