I have 3 jobs A,B and C , which are dependent each other. I
want to run A & C jobs daily and B job run only on sunday.
how can we do it?
Answer Posted / ajajsp
Use Nested Condition, on link job b conditional day = 'Sunday' on
link job c conditional day <> Sunday use sequencer stage after job to and provide output to job C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you filter data in hashed file?
What are the job parameters?
On which interface you will be working as a developer?
Is it possible to query a hash file?
How complex jobs are implemented in datstage to improve performance?
What is ibm datastage flow designer?
What is the use of hoursfromtime() function in transformer stage in datastage?
What all are the different way to run a job?
What is a merge?
How to Remove Duplicate using SQL?
Define Data Stage?
what is the use of materialized view?
What are the types of containers?
How to reverse the string using unix?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?