Facing lookup problem for Hebrew Data

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
ketanshah123
Participant
Posts: 88
Joined: Wed Apr 05, 2006 1:04 am

Facing lookup problem for Hebrew Data

Post by ketanshah123 »

Hi

I am facing a problem in IF condition while comparing the Hebrew data.

In the Key Expression i am comparing value of input column 'MeoravStatus'

If DSLink10.MeoravStatus = '?????' Then 'Cancelled' Else 'Active'

the value is coming from inputfile is in Hebrew i.e 'מבוטל' which is showing '?????' which is in NLS of Hebrew, i am using NLS code 'ISO8859-8'.

I have tried this also, If DSLink10.MeoravStatus = 'מבוטל' Then 'Cancelled' Else 'Active'

I am using 7x version on Windows OS.

Please suggest me as its giving me false value even i am passing correct value...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try using the Windows code page for Hebrew rather than the ISO one.
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