How to set NLS to NONE in Parallel Job?

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
daniel0623
Charter Member
Charter Member
Posts: 34
Joined: Tue May 31, 2005 8:17 pm
Location: ShangHai,China

How to set NLS to NONE in Parallel Job?

Post by daniel0623 »

Dear all,

I can set NLS to NONE in server job.But it seems DS does not support NONE in parallel job.How to disable NLS in parallel job?

Thanks for any suggestion.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

If you've installed DataStage with NLS then you'll have to set a locale/code page rather than 'None' as all input files with have a code page.
Have you tried using the installed default?
What problems do you have using the NLS settings?
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Post by Klaus Schaefer »

You need to define the data of type "raw" in schema,

e.g.: data:nullable raw[max=65535]

which translates into LongVarBinary in DS table definition, to have them not go through NLS mapping.

klaus
Post Reply