Parameterset in Datastage 8.0

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
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

Parameterset in Datastage 8.0

Post by verify »

Hi There,

Is there any advantage having parameterset over defining user defined varibales in datastage admin? Please someone can help me on this?
RK Raju
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Imagine having 100 jobs and having to add a parameter to each one (perhaps $APT_DUMP_SCORE or the like). With a parameter set you declare the set once and then use it in jobs, if you add a new parameter all you need to do is recompile your jobs.
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

Post by verify »

Thanks for reply,

Is there any other advantges than what you said?
RK Raju
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, there are other advantages but the one I mentioned is what I feel has the most impact on development.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The ability of a Parameter Set to read its default values from different files in different environments is a good feature to have.

Primarily the benefits of Parameter Sets can be summed up in the phrases "lower maintenance" and "developer productivity".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

The parameter selection box still needs improvement - i should be able to search for parameter by name ,description or select from a category of parameters , and multi select parameters and load them into a job parameter definition.. like some of those selector boxes in a few OLAP tools..

Also it would be good if i can derive an expression for a parameter value in the value box
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

It's a very good question! A lot comes down to those values in your parameters that need to be manually maintained and change frequently - your passwords. No other parameter values need to be manually adjusted as often. All your other parameters should be changed rarely or automatically modified (such as dates and sequences).

This leads to two questions about your passwords:
- Do both methods protect your passwords? I know that Project Specific Environment variables encrypt passwords on entry and store the encrypted value.
- Who manages passwords and what GUI do they want to use to set them? The DataStage Administrator is not a good GUI, in fact it sucks. It takes a lot of clicks just to find project specific env variables and then the list doesn't support folders so you have to scroll around to find the password fields. I used to hack the DSParams file just to add sub folders. What is the parameter set interface like? How do you change passwords and retain encryption? Is it something a support person can do more easily?

You also need some discipline around parameter sets. Project Specific keeps all parameters in one place, parameter sets could lead to duplication. You need to make sure parameters only appear in one parameter set.
vasu
Premium Member
Premium Member
Posts: 18
Joined: Tue Dec 31, 2002 3:04 am

Post by vasu »

Where in the documentation for version 8 do I find details about parameterset I am on version 8.0

Thanks
Thanks
Vasu
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

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

Post by ray.wurlod »

DSXchange Learning Center recently had a webinar on Parameter Sets. It can be viewed from the linked web site.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vasu
Premium Member
Premium Member
Posts: 18
Joined: Tue Dec 31, 2002 3:04 am

Post by vasu »

Thank you guys the presentation was really informative
Thanks
Vasu
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

Can you parameterize the values to take env. variables?
Post Reply