IBM z/OS - MultiLoad

Teradata® MultiLoad Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
MultiLoad
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
lji1691576359330.ditamap
dita:ditavalPath
kju1619195148891.ditaval
dita:id
sga1478609868891
Product Category
Teradata Tools and Utilities

To compile and link source files into a DLL for INMOD or Notify Exit routines on IBM z/OS client systems, use the following syntax:

Compile Syntax



where the following is true:

-o
Specifies the output of linked module.
"MVS.PDSE.LOAD(module_name)"
MVS data set, which must be Z/OS PDSE format. Module_name is the name of the executable load module, it is limited to eight characters.
"//MVS.PDSE.C(source_name.c)"
MVS data set. The source file for the INMOD or Notify Exit routine.
-W c,dll,expo
Options passed to the compiler phase to indicate that the source is to be compiled as a dll with all functions exported.
-W l,dll
Options passed to the link-edit phase to indicate that the module is linked as a dll.
For a description of the syntax diagrams used in this document, see How to Read Syntax Diagrams.