Hi guys,
Design job sequence,
we have 3 sources, in that 1st source in abort then only run
the remaining sources..
How please design the job.
Thanks.
Answers were Sorted based on User's Feedback
Answer / ankit gosain
Hi All,
Create three job acitivities like:
JobActivity1-------->JObAcitivity2
|
|
|
JobActivity3
Now, double click on JobActivity1, and go to the trigger
tab, make the expression type for both the JobActivity2 &
JobActivity3 as failed - (Conditional).
Then both the jobs will run if and only if when the first
job will get aborted.
Cheers,
Ankit :)
| Is This Answer Correct ? | 1 Yes | 1 No |
why we use parameters instead of hard code in datastage
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
1. How many People are part of your Team? 2. Explain how you create jobs or flow of project? 3. Join Stage vs Lookup vs Merge Stage 4. Summation scenario based question - How you find sum of salary for a specific employee (Explain stages and flow of job)? 5. Explain Remove duplicates stage ? Can you do sort in this stage? 6. SQL Questions - Joins - Types, Difference between Join and Union 7. Unix Questions - How you run the Job, How you list all jobs in project 8. Explain Environmental Variables? 9. SQL Scenario - If you have 3 Identical record in a Table, Ex: 1, Ram, Xyz; 1, Ram, Xyz; 1, Ram, Xyz; Delete only 2 of the records and keep only 1 using the Delete query. How you will you do this?
Nls stands for what in datastage?
What is the difference between orabulk and bcp stages?
What are the different kinds of views available in a datastage director?
what is normalization and denormalization
What modeling tool do you use?
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
What is datastage engine?
How can we do null handling in sequential files
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage