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

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
16.20
Published
August 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
uah1527114222342.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.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).