default parameterset

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
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

default parameterset

Post by harryhome »

Do we have any default parameter set in Datastage 8.* versions?

e.g. say we have a parameter set "ConnectionName" with parameters "Username" and "Password"

so in scripting we can assign a value to these parameters as below:

"ConnectionName.Username" = 'ABC'
"ConnectionName.Password" = 'XYZ'

This works fine.

Now if we have a job parameter as "JOB_ID" which is not having any parameterset, then

"JOB_ID" = '12'

This is not passing the value.

So do we have any default parameter set say "DEFAULT" which can be used s below,

"DEFAULT.JOB_ID" = '12'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is no default Parameter Set in the way in which you describe.

Parameters that are not members of parameter sets exist only as job properties - they have no existence outside of the job in which they are defined.
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