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 / satyanarayana
take one copy stage and then take two output links from copy
stage and next these two o/p links given to funnel stage and
provide option called 'sequential mode' in funnel stage then
you will get req output.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is the use of datastage designer?
What are the steps needed to create a simple basic datastage job?
How do u convert the columns to rows in datastage?
What are the various kinds of containers available in datastage?
Can you explain players in datastage?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
how to write server Routine coding?
How to perform incremental load in datastage?
What are the job parameters?
Give an idea of system variables.
What are stage variables, derivations and constants?
What are constraints and derivations?
CHANGE CAPTURE
How many areas for files does datastage have?
What are the enhancements made in datastage 7.5 compare with 7.0?