i/p
1,a,1000
2,b,2000
3,c,3000
i want to get o/p as
o/p
1,a,3000
2,b,4000
3,c,5000
how it can be done on using datastage?
Answer Posted / karthi
how can u do this in tfm explain
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Define oconv () and iconv () functions in datastage?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
What can we do with datastage director?
Distinguish between informatica & datastage. Which one would you choose and why?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
What is the difference between passive stage and active stage?
What is use Array size in datastage
What is "fatal error/rdbms code 3996" error?
How rejected rows are managed in datastage?
What are the types of hashed files in data stage
why do u need the IOS upgradation in a FC switch
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
What is the project in datastage?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?