how get output selected records

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
harikumar
Participant
Posts: 33
Joined: Wed Apr 21, 2010 9:19 pm
Location: banglore

how get output selected records

Post by harikumar »

hi

i have two tables like X and Y

tableA
sno,hiredate
1,1-1-2010
1,1-1-2010
1,4-2-2009
1,4-2-2009

tableB
sno,hiredate
1,1-1-2010
1,1-1-2010

i want to display
output like this
------------
1,4-2-2009
1,4-2-2009 ( these two records only)


Thanks&Regards
venkat

i
Last edited by harikumar on Thu May 20, 2010 8:49 am, edited 1 time in total.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

A join stage in your database.

When is the interview ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Your data is not clear (wrap in Code tags), your specification less so.

Please describe in English the rule(s) for generating the expected output.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply