Running DIP Noninteractively - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
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.