Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.
Answer Posted / ankita
Can Use Nested Condition activity to achieve this scenario
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
What is data partitioning?
What are the stages in datastage?
Nls stands for what in datastage?
Explain Quality stage?
Define repository tables in datastage?
Which commands are used to import and export the datastage jobs?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
How and where you used hash file?
What is the difference between hashfile and sequential file?
What are stage variables?
Describe stream connector?
What is a merge in datastage?
What are stage variables, derivations and constants?
How one source columns or rows to be loaded in to two different tables?