Example 2: SET - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
16.20
Published
September 2020
Language
English (United States)
Last Update
2020-09-11
dita:mapPath
lki1527114222329.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

In this example, X evaluates to 12. If a decimal point is added to the concatenated variables, as in:

 .SET C TO 1;
 .SET D TO 2;
 .SET X TO &C..&D;

X then evaluates to 1.2.