can i use character ‘%' in project environment ?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It is clear that the "%" character is being interpreted, so you will need to quote it in some acceptable manner. Typically you will either surround the whole string with quote characters or escape the % sign using "\%". I would try the 2nd method first.
Post Reply