Search found 3 matches

by Ram1234
Mon Sep 20, 2010 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 5
Views: 5748

hmm...let me try and get back to you...Thanks a lot for the help
by Ram1234
Sun Sep 19, 2010 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 5
Views: 5748

first of all thanks for the reply.....i can not use server job....I can implement it in a lookup in server jobs ...but not sure how to do in parallel jobs
by Ram1234
Sun Sep 19, 2010 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 5
Views: 5748

Vertical Pivot

Hi All, I know there are tons of topic's on reverse pivoting but then i didn't get any clear understanding on the solution. Can any please help me out on my issue. Input : ID Name 1 John 1 Mike 2 Rita 2 Ray 1 Boy Output : ID Name1 Name2 Name3 Name4 1 JOHN MIKE BOY NULL 2 RITA RAY NULL NULL I guess t...