Referring another Parameter set of a project in Sequencer

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
manishmaheshwari2608
Participant
Posts: 5
Joined: Fri Dec 30, 2011 2:51 am

Referring another Parameter set of a project in Sequencer

Post by manishmaheshwari2608 »

Hi All,

I have to refer a parameter set which is not a part of my sequencer but it is in project.
I have to fetch value from that value set ( not in my sequencer) based on some condition.

For example : If variable in my sequencer has value india I have to pull the directory name from other parameter set which has country defined as India in its value set but this parameter set is not a part of my sequencer.

Please tell me how to achieve this scenario.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Why not you can include the parameter set in the sequence?
(Not in the sequencer :D )
pandeeswaran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

pandeesh wrote:Why not you can include the parameter set in the sequence?
Because the parameter set has to be determined dynamically.

I would put this logic into a Routine, and use the return value from that routine to provide the value to the job parameter or update the values file of the Parameter Set that the job reads.
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