Graphic Data Types - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

Graphic Data Types

To define double‑byte character set data, the GRAPHIC, VARGRAPHIC, and LONG VARGRAPHIC data types are supported. Teradata TPump accepts GRAPHIC data in the input data set or file containing the Teradata TPump statements to be executed.

The FIELD and FILLER statements that describe the input data are the statements affected by GRAPHIC data support. Table 19 lists the GRAPHIC data types that can be specified for the datadesc option in the FIELD or FILLER statement.

 

Table 19: GRAPHIC Data Types for datadesc option in FIELD or FILLER Statement 

GRAPHIC Data Type

Input Length

Description

GRAPHIC (n)

if n specified, (n*2) bytes; otherwise, 2 bytes (n=1 is assumed)

n doublebyte characters

VARGRAPHIC (n)

m+2 bytes where m/2 <= n

2‑byte integer, followed by m/2 doublebyte characters

LONG VARGRAPHIC

m+2 bytes where m/2 <=32000

2‑byte integer, followed by m/2 doublebyte characters