Executing a Macro in a Stream Driver Job - Parallel Transporter

Teradata® Parallel Transporter Application Programming Interface Programmer Guide - 17.20

Product
Parallel Transporter
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2022-10-11
dita:mapPath
fag1645201363032.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2516
Product Category
Teradata Tools and Utilities
  1. Add the EXECUTE statement to a DML group.
    For guidelines, see Stream Driver Macro Support.
  2. Define the schema based on the macro’s parameter list.
  3. Add the DML group and Schema to the Connection object.
  4. Set the DML group containing the EXECUTE statement using the UseDMLGroups function.
  5. Call the PutRow function.
    The row data provided to PutRow will be used to fill out the macro’s parameter list and the macro will be executed.
  6. Call the End Acquisition function.
  7. Terminate the Connection object.