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

Post by ray.wurlod »

Welcome aboard. DataStage will quite happily handle such characters, indeed all characters in common use in business data processing.

But you must be aware of how they are encoded. When you import the table definition, do you specify any particular map, for example UTF-8 ? (I am assuming here that you have NLS enabled.) Do the columns import as VarChar or NVarChar ?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

You need to ask your architects about the code page for NLS (e.g. Windows-1252). And then you need to change the NLS settings in datastage, you can make these changes on the job level or the project level.

But be aware that NLS is not supported on Datastage 7.5x2
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
Sampy
Participant
Posts: 3
Joined: Fri Apr 25, 2008 12:39 pm

Post by Sampy »

Apologies , I meant to say - Thank you Minhajuddin
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

You can't just select a code page which works for a set of data.
You need to ask this question to the guys who give you the data, You need to ask them how the data is encoded.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

[quote="veera24... Before, make sure that there is no '?' symbol in it because I've faced the same problem long back. usually UTF8 wont support other usual symbols....[/quote] I've never had probems with other usual symbols and the Question mark character is definately supported in UTF8. Could you explain what you mean?
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

ArndW wrote:[quote="veera24... Before, make sure that there is no '?' symbol in it because I've faced the same problem long back. usually UTF8 wont support other usual symbols....
I've never had probems with other usual symbols and the Question mark character is definately supported in UTF8. Could you explain what you mean?[/quote]
I had end up with a problem as i stated. I got the fatal error as "Abnormal Termination error cos of NLS".
I thot it might be the problem of NLS setting...If not could you explain the log which i got..
Thanks...
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

ArndW wrote:[quote="veera24... Before, make sure that there is no '?' symbol in it because I've faced the same problem long back. usually UTF8 wont support other usual symbols....
I've never had probems with other usual symbols and the Question mark character is definately supported in UTF8. Could you explain what you mean?[/quote]
I had end up with a problem as i stated. I got the fatal error as "Abnormal Termination error cos of NLS".
I thot it might be the problem of NLS setting...If not could you explain the log which i got..
Thanks...
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

veera24 - I can't explain your log contents since I don't know what they are. Note that the client software often displays characters that it cannot display correctly as a "?" question mark; you need to differentiate between an actual question-mark and a non-displayable character. I seriously doubt that any character set in DataStage has an issue with a real question mark (ASCII character 0x3F)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

veera24 wrote:I got the fatal error as "Abnormal Termination error cos of NLS".
I doubt any error message uses "cos". You'd need to post the complete / unedited log message for anyone to provide proper help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

As well as being the accepted abbreviation for cosine, "cos" is also a kind of lettuce. There is a COS (cosine) function available in DataStage, but it is a numeric function and therefore probably would not be affected by NLS settings.
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