How many number of reject links merge stage can have?
Answers were Sorted based on User's Feedback
Answer / datastageboss
In the merge stage , there is 1 master link and n update
link at input , then the no of reject link will be n . In
other words the no of reject link is same as no of update
link
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sravanthi agarwal
The no. of reject links in merge stage should be equal to
the no. of update links we gave as a input to merge stage
Is This Answer Correct ? | 4 Yes | 0 No |
Important feature of Merge stage is: it collects the
rejected data from reference links when compared to master link.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / tina
Merge stage can have same number of reject links as there
are input links
Is This Answer Correct ? | 1 Yes | 15 No |
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
Can you explain tagbatch restructure operator?
count number of deptno in a emp table?
Pls tell me what is troubleshooting in datastage view?
On which interface you will be working as a developer?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
What is the difference between datastage and datastage tx?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
How many input links can you give to a Transformer stage?