scenario Regarding update

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
Devendrudu
Participant
Posts: 31
Joined: Tue May 24, 2011 12:16 am

scenario Regarding update

Post by Devendrudu »

Hi,

i have one scenario.

i have 12 files that is Jan_file,Feb_file,mar_file,APR_file......Dec_file.

Jan_file
Id,Sal,month
1,100,Jan
2,200,Jan
3,300,Jan

when ever query the Jan_file i am getting these 3 Records.

Feb_file
id,Sal,Month
1,100,Jan
2,200,Jan
3,300,Jan
3-1,400,Feb

In this when ever i query the Feb_file i want only new updated Records and Non updated Records from last Month that is i Don't want 3,300,Jan Record. like that i want data how will query the data.

Please let me know.
Devendra,Bangalore,India
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Write out the logic in English. This will help you to understand what you need to implement using your query. It is better to learn understanding than to be handed solutions.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Ravi.K
Participant
Posts: 209
Joined: Sat Nov 20, 2010 11:33 pm
Location: Bangalore

Post by Ravi.K »

Change Capture Stage could help you.
Cheers
Ravi K
Post Reply