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 |
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?
Is the value of staging variable stored temporarily or permanently?
Can you explain tagbatch restructure operator?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me
what is diff b/w datastage 8.1,8.5,8.7?
What is a datastage job?
Define Routines and their types?
What is RCP
What are the third party tools you used in your project?
Hi am sundar, i have datas like 00023-1010 00086-1010 00184F2-1010 . . . . SCH-AS-1010 200-0196-039 . . . Now i want the result as values before the delimiter should come under the column ITEM_CODE and values after the delimiter should come under the column LOC_CODE.. But some datas like "SCH-AS-1010", for this, "SCHAS" should come under the column ITEM_CODE and 1010 should come under the column LOC_CODE.. Pls help me..
How can we run same job in 1 day 2 times