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.
Answers were Sorted based on User's Feedback
Answer / ankita
Can Use Nested Condition activity to achieve this scenario
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jaswanth
we can use nested condition along with the sequencer by giving the ANY condition to link Job A and Job B.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you Remove the Dataset in Unix?
How u implement the slowly changing dimensions if my source table is consisting of cid,cname,add,phno,email but i need to capture the changes for first three columns how u implement?
How to initialize environment variables?
how do u reduce warnings
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
explain how to create SCD-2 IN DATASTAGE 7.5X2 PLZ EXPLAIN WITH 4 OR 5 RECORDS TAKE IT EXAMPLE AND JOB DESINGN URGENT
What is the command line function to import and export the ds jobs?
You enter values in a schema file for RCP and you also entered values in sequential file? which one will it take?
Two source files contains same meta data third file contains different data types can I funnel that file.
Source flat file contains src --- 1 2 ' ' ' 18 we had 3 targets T1 T2 T3 -- -- -- 1 4 7 2 5 8 3 6 9 10 13 16 11 14 17 12 15 18 How can i get? **Using only datastage, but not unix or any other. I am expecting the answer soon.. Thanks in advance.
Name the different sorting methods in datastage.