Chinese chars writing in to Fixed Width File with CFF Stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mahids
Participant
Posts: 2
Joined: Fri Jan 20, 2006 2:06 pm

Chinese chars writing in to Fixed Width File with CFF Stage

Post by mahids »

Hi All,

I Have created file (Example : Test.dat) in the following format with Complex Flat File Stage (CFF)

CFF Stage Properties Selected

Byte Order: Native-endian
Character set: ASCII
DataFormat : Binary
Record Type: Fixed

File format and everything looks good.

Problem here is : In the source file i have Chinese chars for one field, i am trying to write to Test.dat through CFF stage. Used UTF-8 in the job level and also CFF stage level .

I am unable to see the Chinese chars in the Test.dat file , just its showing junk values for that field where ever Chinese.

Please help me..

Thanks
Mahi
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

What NLS character map is the job using?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mahids
Participant
Posts: 2
Joined: Fri Jan 20, 2006 2:06 pm

Post by mahids »

Hi Ray,

NLS MAP is UTF-8 and All fields are Char

Thanks
Mahi
Post Reply