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

SQL Operators and User-Defined Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
xub1628111590556.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
drp1544241916620
lifecycle
latest
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.