How to move environment variables from DEV to TEST env

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
Akumar1
Participant
Posts: 48
Joined: Tue May 22, 2007 3:38 am
Location: bangalore
Contact:

How to move environment variables from DEV to TEST env

Post by Akumar1 »

Hello,

Can any one let me know How to move environment variables from DEV environment to TEST environment?

is there specific folder or any file also need to be moved to get environment variable moved in other environment?

Let me know , if any more input is required.

Any input on above concern will be highly appriciated.

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

Post by ray.wurlod »

Copy the appropriate lines from the DSParams file in the DEV project to identical locations (preserving sort order) in the DSParams file in the TEST project. Note that there are two groups of entries (definitions and values) for environment variables in the DSParams file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply