Gentleman,
we use Datastage 7.1 on a Win 2000 AS with SP4.
I have two questions.
First one: how is it possible to trim a quote character?
I tried this statement to remove all quotes:
Trim("String", " " ","A")
...did not work, but the statement:
Trim"String", " . ", "A")
...works and removes...