IBM z/OS - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
qja1608578437326.ditamap
dita:ditavalPath
gel1618411995444.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

To compile and link source files into a DLL for INMOD, OUTMOD, or Notify Exit routines on IBM z/OS client systems, use the following 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, OUTMOD, 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 linkedit phase to indicate that the module is linked as a dll.