z/Linux - FastLoad

Teradata FastLoad Reference

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

z/Linux

z/Linux

To compile and link source files into a shared object module for INMOD and notify exit routines on z/Linux client systems, use the following syntax:

where

 

Syntax Element

Description

gcc

Call to the program that invokes the native C compiler

m31

Generates code for a 32bit environment.

shared

Flag that produces a shared object that can then be linked with other objects to form an executable

fPIC

Compiler option that generates Position Independent Code for all user exit routines

o

Output file name

sourcefile

UNIX file name(s) of the source file(s) for the INMOD or notify exit routine

sharedobjectname

Name of the shared object file

This is the name specified as:

  • The INMOD modulename parameter of the DEFINE command of the Teradata FastLoad job script.
  • The EXIT name parameter for the NOTIFY command of the Teradata FastLoad job script.