Example 3 – Double-Quoted Values in Job Variables - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

To include double quotes in the replacement, surround the value with an additional set of double quotes.

For example, if you have the following line in job variable file:

LABEL = ““MY_NAME””

in the script:

@LABEL

will be replaced with the identifier, “MY_NAME”. (notice the double quotes are included in the replacement).