Example 1 - MultiLoad

Teradata® MultiLoad Reference

Product
MultiLoad
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
aim1544831946660.ditamap
dita:ditavalPath
gyk1507317446489.ditaval
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

Concatenating Special Characters

Use the following command structure to concatenate a character string such as 'A'||'%'||'@':

.LAYOUT LAY1A;
.FIELD FIELD1 * INTEGER;
.FIELD FIELD2 * INTEGER;
.FIELD FIELD3 * CHAR (1);
.FIELD FIELD4 * CHAR (2);
.FIELD FIELD5 FIELD4||'%'||'@';