handling special characters

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 »

Do you have NLS enabled?

Can you create a job that generates the code point for those particular characters, using the Seq() function? Put strings containing those characters in a file, and view the result of the function.

Curiously, I note that neither Char() nor Seq() is mentioned in the Appendix listing Transformer stage functions in the Parallel Job Developer's Guide - so I can not guarantee that Seq() is supported.
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