Removing parameter from the parallel job

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
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Removing parameter from the parallel job

Post by soumya5891 »

Assuming I have one sequence job which is triggering one parallel job.

In the parallel job I have four parameters and all the parameters have been mapped through the sequence job.

Now let say I have removed one parameter from the parallel job and consider the below two scenario.

1. Compiled the sequence : Now that particular parameter is absent from the job activity stage,triggered the sequence and it completed successfully.


2. Did not compile the sequence: Now also that particular parameter is absent from the job activity stage, triggered the sequence the sequence job aborted due to unknown parameter.


The second one failed due to the reason that though design has been changed but the executable didn't change and it holds the deleted parameter is it the conclusion?
Soumya
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, that is what is going to happen; the sequence will need to be recompiled after the parameter has been removed so that it won't mistakenly attempt to set a non-existent parameter.
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Post by soumya5891 »

Thanks a lot for your valuable response. I am marking it as resolved.
Soumya
Post Reply