SPARC Systems Running Oracle Solaris - 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 or notify exit routines on a SPARC client system running Oracle Solaris, use the following syntax:

Compile Syntax



where the following is true:

cc
Call to the program that invokes the UNIX native C compiler
-G
Linker option that generates a shared object file
-KPIC
Compiler option that generates Position Independent Code for all user exit routines
-o
Switch to the linker
shared-object-name
Name of shared object file
This is the name specified as the:
The shared-object-name can be any valid UNIX file name.
sourcefile
UNIX file name of the source file for the INMOD or notify exit routine