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
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

DataStage doesn't have a problem with it, but some databases do and trapping the use of reserved characters (such as "%" and "$") in passwords and other identifiers is coded into appropriate stage types.

You will find some information in the appropriate manual about how to deal with these reserved characters, remapping them to specific character strings such as "__036__".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply