The data quality stored procedures are created in the
Teradata database by running the dq_install.sh shell script. The dq_install.sh
script is located in the /opt/SAS/SASTKInDatabaseServer/9.4/TeradataonLinux/install/pgm
directory
of the Teradata database server.
The dq_install.sh script
requires modification before it can be run. The Teradata administrator
must edit the shell script to specify the site-specific Teradata server
name and DBC user logon credentials for the DBC_PASS=, DBC_SRVR=,
and DBC_USER= variables.
Running dq_install.sh
puts the data quality stored procedures into the SAS_SYSFNLIB database
and enables the accelerator functionality.
Here is the syntax for
executing dq_install.sh:
./dq_install.sh <-l log-path>
log-path
specifies an alternative
name and location for the dq_install.sh log. When this parameter is
omitted, the script creates a file named dq_install.log in the current
directory.