Running DIP Noninteractively - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
xha1591998860283.ditamap
dita:ditavalPath
xha1591998860283.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

You can run DIP with a single-line command from the Supervisor window of Database Window (or any interface to the console subsystem (CNS), such as the cnsterm command-line utility).

Syntax

dip {
  dbc_password { script_number | script_name | -s list_of_scripts } |
  -h
}

Syntax Elements

dbc_password
The password for user DBC.

If the password contains the # character, enclose the dbc_password within quotes or apostrophes: "our#dbc#password"

script_number
The DIP menu number of the script to be run.
script_name
The DIP menu name of the script to be run, for example, DIPALL or DIPVIEWS.
-s list_of_scripts
Displays a list of script numbers or names separated by spaces to be executed in that order.

For example:

  • 1 2 5 6
  • DIPERR DIPDB DIPVIEWS DIPVIEWSV
For a summary of DIP scripts, see DIP Scripts.
-h
Displays DIP online help information.