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
Answer Posted / rambabu
from sequential file connect copy stage
from capy take 2 o/p links and these o/p links conn to 2
transformer stages
next take funnel stage
in funnel set property funnel type=seq i thionk this is
solutions
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is aggtorec restructure operator?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What is job control?
What are the different types of lookups in datastage?
What are the different layers in the information server architecture?
Why we use surrogate key?
Describe stream connector?
What are stage variables, derivations and constants?
What is the sortmerge collector?
What are the features of datastage flow designer?
What are the various kinds of containers available in datastage?
Can you implement SCD2 using join, transformer and funnel stage?
Define ds designer?
What is the use of datastage designer?
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?