ReplaceExportDefinition | SQL Operators & User-Defined Functions | Vantage - ReplaceExportDefinition - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
fsi1592016213432.ditamap
dita:ditavalPath
fsi1592016213432.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Creates or modifies a user-defined export width definition.

Required Privileges

You must have EXECUTE privileges on the stored procedure or on the SYSLIB database.

Syntax

CALL [SYSLIB.] ReplaceExportDefinition (
  'export_definition_name',
  'export_width_rule_set',
  result_message
) [;]

Syntax Elements

SYSLIB.
Name of the database where the function is located.
export_definition_name
A user-defined export definition name.
You cannot specify 'Expected', 'Compatibility', or 'Maximum'.
export_width_rule_set
A user-defined BYTE string of 40 hexadecimal digits used to define the export width rules associated with export_definition_name.
result_message
The output message of the stored procedure.