Copy a Macro XML Job Request | Example | Teradata Data Mover - Example: Job Request XML for Copying a Macro - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
fcu1619423186706.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

An XML snippet for copying a macro is shown in the example below:

<dmCreate> 
...
<macros>
	<macro selection="included"> 
		<name>macro1</name>  
		<database>database1</database> 
	</macro> 
</macros>
...
</dmCreate>

Multiple macros can be specified within the macros element. Each macro element has two required elements: name and database.