NLS problem?

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 »

The View Data tool is "one size fits all" and rarely fits perfectly. Ignore its little idiosyncracies - it's only about getting "a bit of a look" at the data.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Also - make sure all your environment variables are set correctly for NLS, especially NLS_LANG (which I believe is used by Oracle).

Some examples from our system:

Code: Select all

LC_MONETARY=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_ALL=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_TIME=en_US.UTF-8
NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
The "?" usually means that it can't find a way to map that particular character in the character set you've selected.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Anthony1200
Premium Member
Premium Member
Posts: 28
Joined: Wed Mar 28, 2007 6:57 am
Location: Amsterdam

Post by Anthony1200 »

Hi,

Thanks for the help :) I think where on the right track here, we added these settings to dsenv but still no success (the same char set as the database)
so I guess we will have to fiddle with this some more :)

Ill keep you guys posted, thanks for the help!
Anthony1200
Premium Member
Premium Member
Posts: 28
Joined: Wed Mar 28, 2007 6:57 am
Location: Amsterdam

Post by Anthony1200 »

Well, it seems it was just a NLS setting problem, it works fine now :)

Thanks for the help you guys!
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

Please post a detailed explanation of the solution for the benefit of others.

Thanks
Post Reply