Search found 1 match

by shreera
Fri Mar 30, 2012 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update the global parameter
Replies: 2
Views: 1114

update the global parameter

I want one job seq calling 3 jobs using global param - job 1 assign value 100, job 2 set the value as 100*2 to the same variable and job 3 uses 200 value of that variable for processing purpose all jobs having 2 column like: CODE,VALUE A,100 B,200 c,300 job 1 assign value 100, job 2 set the value as...