Using a TSO CALL Command - Teradata Director Program

Teradata® Director Program Reference

Product
Teradata Director Program
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
pxm1544831938750.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2416
lifecycle
previous
Product Category
Teradata Tools and Utilities

The parmstring used as the input argument to DBCCMD is composed of the name of the subsystem TDP to which the command is to be sent, followed by the text of the TDP command.

The syntax of the statement is:

CALL ’loadlib(DBCCMD)’ ’tdpid TDPcommand_text’

where:

Syntax Element Description
loadlib Name of the load library containing DBCCMD.
tdpid Four-character TDP subsystem identifier.
TDPcommand_text Text of the command to be executed by TDP.

The parmstring that includes the tdpid and the command text should have a maximum length of 120 characters, enclosed in single quotation marks.