Example 1 - MultiLoad

Teradata® MultiLoad Reference

Product
MultiLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
lsl1527114222348.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

Concatenating a Field with a Filler

Use the following command structure to concatenate a field with a filler:

.LAYOUT LAY1A;
.FIELD  F1 * CHAR(2);
.FILLER F2 * CHAR(1);
.FIELD  F3 F1||F2