Parameter_Set

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
synsog
Premium Member
Premium Member
Posts: 232
Joined: Sun Aug 01, 2010 11:01 pm
Location: Pune

Parameter_Set

Post by synsog »

Hi All,

We have a requirement where we need to connect to over 20 Source Databases with different Connection Information and so each will need atleast params for DSN, User and Password..My questions

1. Is there a Limit on the the Number of Parameters we can use in a Parameter set or any performace impact if we have say 60 parameters in one?
2. Should we use all these 60 in 1 Parameter_Set and so we have only 3 different value files, one each for DEV/UAT/PROD?
2. Or Should we have one paremeter_Set for each connection, that would mean 20 parameter_sets in each Env, so total 60 across DEV/UAT/PROD?

Note: We will also have 1 additional parameter_set for all Directories parameterization, one each for DEV/UAT/PROD

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

Post by ray.wurlod »

There is no limit. Do whatever is best for your purposes, not neglecting ease of maintenance.
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