How to impliment this logic?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nareshketepalli
Participant
Posts: 36
Joined: Mon Jun 28, 2010 11:24 pm
Location: seepz

How to impliment this logic?

Post by nareshketepalli »

My source tables are like
Source 1 table data source 2 table data

cust_id cust_id
1 6
2 7
3 8
4 9
5 10
6 11
7 12
8 13
9 14
10 15

and i want to impliment like..........


target table

x 1 2 3 4 5
y 6 7 8 9 10
z 11 12 13 14 15


any suggestions.........

Thanks,
NARESHKUMAR
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Suggest you explain in words how you get from that input to that output. What is your business rule? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply