Page 1 of 1

How to get/set Project NLS settings from command line

Posted: Thu Oct 19, 2017 6:58 pm
by bmsq
We regularly create and deploy DataStage projects from version control as part of a suite of Continuous Delivery and DevOps tools. This process handles project level settings by capturing the DSParams file but we have recently discovered that this does not include NLS settings.

I'm aware of the DSNLS.config file but this only includes the NLS maps, not the Default Map names for Server and Parallel jobs. Based on file modification timestamps, I'd also guess that these settings exist in UniVerse hash files rather than clear text config files like DSParams.

Does anyone know of a way to get/set these values from the command line?