Change Capture Stage

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
anu123
Premium Member
Premium Member
Posts: 143
Joined: Sun Feb 05, 2006 1:05 pm
Location: Columbus, OH, USA

Change Capture Stage

Post by anu123 »

Gurus:

I have 2 key and 3 value columns in after dataset and 2 key and 4 (4th one is modified date) value columns in before dataset.

I want to compare after and before datasets using 2 keys and 3 values columns.
If incoming row exists in before dataset then I need to bring the 4th value column and append to current row. In all other cases append the business date.

I using Change capture stage to achive this. But since I did not add 4th column to 'Change Values' in the stage I am below warning.

When checking operator: Defaulting "MOD_DT" in transfer from "beforeRec" to "outputRec".


Thanks in advance.
Thank you,
Anu
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

this has been discussed may times. try searching in this foroum.

reason being the MOD_DT is not in after dataset.
but what is the error/problem you have?
anu123
Premium Member
Premium Member
Posts: 143
Joined: Sun Feb 05, 2006 1:05 pm
Location: Columbus, OH, USA

Post by anu123 »

keshav0307 wrote:this has been discussed may times. try searching in this foroum.

reason being the MOD_DT is not in after dataset.
but what is the error/problem you have?
It has been solved. Thank you.
Thank you,
Anu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please post a message indicating how it has been solved and mark the thread as Resolved.
This will assist future searchers.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dtv2002
Participant
Posts: 3
Joined: Fri Dec 12, 2003 9:31 am

Post by dtv2002 »

keshav0307 wrote:this has been discussed may times. try searching in this foroum.

reason being the MOD_DT is not in after dataset.
but what is the error/problem you have?
I have been Searching in the forum but don't find any discussion about this problem !
rocket1234
Participant
Posts: 1
Joined: Wed Aug 20, 2008 8:01 pm

Post by rocket1234 »

i have same problem
Post Reply