Example 2: SET - FastExport

Teradata FastExport Reference

Product
FastExport
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-22
dita:mapPath
fmk1488824663357.ditamap
dita:ditavalPath
Audience_PDF_include.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.