Example 1 - MultiLoad

Teradata® MultiLoad Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
MultiLoad
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
lji1691576359330.ditamap
dita:ditavalPath
kju1619195148891.ditaval
dita:id
sga1478609868891
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||'%'||'@';