list_job_steps (Teradata Database) - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

The list_job_steps command displays all of the steps in a job plan. Use this information in a start command to control which steps to start.

If you specify the original job name for the list_job_steps command, the original job steps are listed. If you specify the name of a job instance in which job variable values were modified at runtime, the modified job steps are listed.

Parameters

job_name
Name of the job.
12333KZIHRT
dir
[Optional] Output directory for the list of job steps. A directory will be created if one does not already exist.
/home/datamover/steps
The generated XML file is written by default to the current directory.
filename
[Optional] Output file name for the list of job steps. If the file already exists, it will be overwritten.
The generated XML file has by default the name <job_name>_jobSteps.xml.
security_username
[Optional] User ID of the super user or authorized Viewpoint user. The user ID of the super user is dmcl_admin and cannot be changed.
Required if security management is enabled on the Data Mover daemon.
security_password
[Optional] Password for the super user or authorized Viewpoint user.
53cUr17y
Required if security management is enabled on the Data Mover daemon. Not a valid parameter if -security_password_encrypted is also specified.
security_password_encrypted
[Optional] Encrypted password for the super user.
052c7aabd14c7770141ac3c0137ab98ae0d3f0f7cddf588981206b010c0c1b2f
Required if security management is enabled on the Data Mover daemon. Not a valid parameter if -security_password is also specified.
broker.url
[Optional] You may enter a broker URL to overwrite the default value specified in the commandline.properties file in order to connect to a different ActiveMQ server (and therefore a different daemon) at runtime.
dm-server1
broker.port
[Optional] You may enter a broker port to overwrite the default value specified in the commandline.properties file in order to connect to a different ActiveMQ server (and therefore a different daemon) at runtime.
61616

XML File Example

For the list_job_steps command, type datamove list_job_steps -f parameters.xml.

In the following example, the parameters file writes job steps for 12333KZIHRT to /home/datamover/steps/12333KZIHRT_jobSteps.xml.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <dmListJobSteps>
	<job_name>12333KZIHRT</job_name>
	<dir>/home/datamover/steps</dir>
	<filename>12333KZIHRT_jobSteps.xml</filename>
</dmListJobSteps>