I have 2 jobs.I want to ru job B if job A has run 3
times.How can I achieve this through datastage
Answers were Sorted based on User's Feedback
Answer / phani kumar
Hi Friend, by using sequencer, we can run this scenario. Put
the first job A in loop for 3 times. After successful
completion of 3 runs, then, run the second job B.
Pls correct me, if i am wrong.
| Is This Answer Correct ? | 15 Yes | 0 No |
by using start loop&end loop activity in the sequencer we
can achieve the answer.
start loop&end loop:
-------------------
it is used to run the job more than one time in sequencer is
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajasekhar.somineni
hai friends,we can do this by using job sequences.
| Is This Answer Correct ? | 0 Yes | 0 No |
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
Differentiate between data file and descriptor file?
Can we use target hash file as a lookup ?
i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output aaa bbbb ccccc Ple help any one?
what is the diff between sequential file and fileset stages?
how to cleansing data
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
i have seq file that contents 10 million records load to target any data base.. in that case it takes lot of time for loading..how do performance tuning in that situation...?
How to remove duplicates in transformer stage? in parallel mode
Is it possible to query a hash file?
How do you start developing a datastage project?
how to remove duplicates in transformer stage by using stage variables?one example?