Page 1 of 1

need to find if DataStage installed with NLS enabled.

Posted: Sun Jan 22, 2012 2:30 pm
by ketfos
Hi,

How do I find if DataStage installed with NLS enabled option?

I am converting data from EBCDIC character set to an ASCII character set.

Thanks
Ketfos

Re: need to find if DataStage installed with NLS enabled.

Posted: Sun Jan 22, 2012 4:44 pm
by SURA
Open the uvconfig file and search for NLSMODE. You can edit this for to enable / disable.

I am not sure how to check whether NLS option is installed or not!

DS User

Posted: Sun Jan 22, 2012 4:44 pm
by chulett
Look in uvconfig to see if you have any NLS settings (like NLSMODE) mentioned. No entries = NLS not installed. Also note that NLS can be installed but not enabled.

ps. You shouldn't need NLS to convert EBCDIC to ASCII... depending on the target characterset, I suppose.

Posted: Sun Jan 22, 2012 7:00 pm
by SURA
New information to me.

That means uvconfig will be created based on the installation option at the run time!!

I was in the immagination that uvconfig file is one of the Predefined file in the installation package!

Posted: Sun Jan 22, 2012 8:12 pm
by ray.wurlod
Do jobs have an NLS tab in job properties? If yes, NLS is installed and configured (enabled). If no, NLS is either not enabled (NLSMODE=0 in the uvconfig file) or not installed at all (no NLS entries in the uvconfig file).

Posted: Sun Jan 22, 2012 9:40 pm
by qt_ky
SURA wrote:That means uvconfig will be created based on the installation option at the run time!!
The uvconfig file is created at install time, not at run time. It may be mostly pre-defined before installing, but the NLS settings can change based on if you install NLS or not.

Posted: Sun Jan 22, 2012 9:55 pm
by SURA
Sorry , that what i mean.


Thanks
DS User