NLs issue

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
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

NLs issue

Post by myukassign »

I have an NLS issue can anyone help me in it.

I have a column in a flat file. It is an unpredictable column. I mean any kind of data it can come.


E.g 1 "Arun"

E.g 2 "Arun ĐˇŃ "

It means, two language values can come together may be. So how can I set NLS property for this column?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You need to set the NLS to that of the file. If several languages can occur, it is best to write (and read) the file with UTF-8
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

Done!!

With UTF 8 its working.
Post Reply