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 / ra

Simple.

ano,aname,amt
1,a,1000
2,b,2000
3,c,3000
column derivation write like this (amt+2000) then we will get o/p

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to read the length of word in unix?

972


What are the some differences between 7.x and 8.x version of datastage?

861


How and where you used hash file?

754


Can you highlight the main features of ibm infosphere information server?

745


What are the main features of datastage?

756






explain about citrix scheduling tool in datastage

1911


Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2

443


What are the types of containers and how to create them?

645


Define APT_CONFIG in Datastage?

747


CHANGE CAPTURE

980


What all are the different way to run a job?

727


what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?

1043


Different ways a project can be moved to production ?...example ….export-import and Version control.

2056


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

1140


On which interface you will be working as a developer?

718