export_job | Teradata DSA Commands - export_job - BAR - Data Stream Architecture

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
17.10
Published
April 2022
Language
English (United States)
Last Update
2022-04-08
dita:mapPath
het1611950545663.ditamap
dita:ditavalPath
vwp1576617377804.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The export_job command exports the current XML definition for the requested job.

Syntax

export_job -n|-name Name -f|-file File

Example

export_job -n job1 -f job1Definition.xml

Parameters

n|name Name
The name of the job on which to perform the action. Must be unique for each job.
Example: job1
f|file filename
The full file path and file name of the file to which to write the XML definition.
Example: job1Definition.xml

Usage Notes

The XML file for a retired job cannot be exported using the export_job command.

The XML file that is exported by using this command can be used in the update_job command to create a job.

XML File Example

This command does not require an XML file as input. You must supply a file name and location to which the XML file results are exported as output.