Linux - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2023-11-29
dita:mapPath
abr1608578396711.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
Product Category
Teradata Tools and Utilities

Use the following syntax to compile source files into a shared object module for notify exit routines on Linux client systems:



where:

Linux Syntax for Notify Exit Routines 
Syntax Element Description
gcc Call to the program that invokes the gcc compiler.
-shared Link option that generates a shared object file.
-o Switch to the link option.
shared-object-name Any valid file name to serve as the name of the shared object file.

Specify this name in the NotifyExit attribute value supplied in the operator definition section of a job script.

When creating a shared object module for a notify exit routine, if the notify exit routine uses functions from an external library, then that library must be statically linked with the notify exit routine so that Teradata PT can resolve the external references.
sourcefile File name(s) of the source file(s) for a notify exit routine.