Records failing lookup criteria for special characters

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, 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 »

Unfortunately the u-umlaut is the representation seen for @FM (254) and that is the only character (apart from NULL) that cannot be contained in the key of a hashed file. In your case, unless you wish to work with NLS, you will need to re-map this character to some value that you don't use in your data.
Post Reply