Diff between the multiple instances and Parameterize the Val

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
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Diff between the multiple instances and Parameterize the Val

Post by Magesh_bala »

Hi All,

can anyone please explain the difference between Multiple instances and parameterize the values in the job. whether both will perform the same action????
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The two items, "multiple job instances" and "parameterizing values" are not related apart from both being part of DataStage. One is used to run the job mutliple times in parallel, the other is used to pass runtime values to a job.
baglasumit21
Participant
Posts: 132
Joined: Wed Mar 01, 2006 11:12 pm
Location: Pune

Re: Diff between the multiple instances and Parameterize the

Post by baglasumit21 »

Magesh_bala wrote:Hi All,

can anyone please explain the difference between Multiple instances and parameterize the values in the job. whether both will perform the same action????
There is a lot of difference between Multiple instances and parameterize the values in the job. By specifying multiple instance you can run a single job multiple times parallely i.e. more than one instance.

While parameterize the values in job means specifying different values for something (like username, password, DSN, etc)

So you can summarise that suppose you have a job to load data based on date, so you can parameterise the date, but if you specify multiple instances than you can run single job parallely for different date parameters.
SMB
Post Reply