Search found 3 matches

by GSanthi
Tue Oct 22, 2013 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the below scenario using DataStage?
Replies: 2
Views: 1250

How to get the below scenario using DataStage?

i have some employee details with 2000 employees and last 10 years data with 5 departments in a file, how will you find out department wise max and min salary and employee wise max and min salary in same job..explain me stage by stage?
by GSanthi
Tue Oct 22, 2013 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to design below job in DataStage?
Replies: 2
Views: 1372

How to design below job in DataStage?

source
id,month,sal
1,jan,1000
1,feb,2000
1,mar,3000
......
......
......
1,dec,12000

Target
id,month,sal,everysal
1,jan,1000,1000,2000,......120000
1,feb,2000,1000,2000,......120000
----------------
-------------
--------------------
1,dec,120000,1000,2000,.....12000
by GSanthi
Mon Mar 25, 2013 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage8.1,
Replies: 3
Views: 2191

Datastage8.1,

Code: Select all

source             Target
A_B_C              A x
X_Y_Z              B y
                   C Z
I have source like above and get like above target using datastage?