Parameters in a Sequence

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
sathyanveshi
Participant
Posts: 66
Joined: Tue Dec 07, 2004 12:48 pm

Parameters in a Sequence

Post by sathyanveshi »

Hi,

I have the following scenario. I have one sequence containing about 20 jobs. Each job loads one table from source to the target. I need to specify the connection parameters (Oracle username and password) in every job. I want to mention the parameters only once in the sequence and it needs to be inherited by the jobs in that sequence. Is that possible? If so, please let me know, how it can be achieved?

Cheers,
Mohan
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

No, you manually have to setup each job activity stage and put the Sequence parameters in as the derivation for all parameters.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You might be able to fix one job and then copy it. After you copy it then change the job name. I think it will remember the parameter settings. Try it and let us know.
Mamu Kim
Post Reply