How to get/set Project NLS settings from command line

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
bmsq
Premium Member
Premium Member
Posts: 32
Joined: Mon Oct 30, 2006 9:19 pm

How to get/set Project NLS settings from command line

Post 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?
Post Reply