How to read japanese character

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
sambarand
Premium Member
Premium Member
Posts: 22
Joined: Mon Apr 10, 2006 11:03 am

How to read japanese character

Post by sambarand »

Hi
I am creating a job in which sequential file contains japanese characters . To read the file I have tried following NLS mapping -Project default (ASCL_MS1252) ,UTF-8 ,Extended_UNIX_Code_Packed_Format_for_Japanese.I am not sure which NLS mapping is used to read these characters.

Could you suggest which NLS mapping is used to read japanese character.
Sam
IBM Global Services
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. It's not clear whether you are in a server job (you've posted in the server job forum) or a parallel job (you've marked the job type as parallel). There are at least 14 different encodings for Japanese characters, you need to find out which has been used in your file. Chances are, however, that the encoding used was SHIFT-JIS. Ask the providers of the file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
stevenzhangshen
Premium Member
Premium Member
Posts: 32
Joined: Fri Sep 26, 2003 3:45 am

Post by stevenzhangshen »

Set environment variable $NLS_LANG in each of your JOB
Post Reply