Server setting problem

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Post by Ultramundane »

I am not aware of any significant settings that can be set for sort. You can set the temporary directory at the command line. I believe that sort will pick up whatever locale is currently being used. Maybe your shell is using a different locale than what datastage is using. You can run the command "locale" to determine what locales you are using. Copy the output and put it into your shell script before you call the sort command. Rerun your shell script through datastage and see if it still fails.
Alagusakthivelan
Participant
Posts: 19
Joined: Tue Apr 26, 2005 11:41 pm

Post by Alagusakthivelan »

Hi can you tell me where exactly i have to use the command "locale".

and what it will return? how i can change the datastage "locale".

please help me out in this issue.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

locale is a UNIX command, so is executed at the UNIX prompt. It merely reports your current O/S locale setting.

In DataStage you can change the locale in the Administrator client by clicking the NLS button.
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