eno ename esal acct1 acct2 amount1 amount2
100 suresh 10000 sbi1 sbi2 1000 2000
this is our sourse data
i would loke to disply like this
eno ename esal acct amount
100 suresh 10000 sbi1 1000
100 suresh 10000 sbi2 2000
Answers were Sorted based on User's Feedback
Answer / geetha
Using @iteration=2 looping and define two stage variables and put the if else condition to provide the derivation (ex: @iteration=1 then acct1 else if @iteration=2 then acct2.)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is exact difference between Parallel Jobs and server Jobs..
what are the errors,warnings in datastage
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
specify data stage strength?
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
What modeling tool do you use?
WHAT IS FORCE COMPILE?
How you can fix the truncated data error in datastage?
What are the stages in datastage?
What are the various kinds of containers available in datastage?
In one project how many shared containers are created?
LIST THE BUILT-IN STAGES AVALIABLE IN SERVER JOBS?