Records Dropped

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

mspanda
Participant
Posts: 32
Joined: Tue May 09, 2006 6:22 am
Location: bangalore

Records Dropped

Post by mspanda »

As u mentioned that your target is sequential file,

1. Go to "Format" tab.
2.Right click on "find Defaults".
You need to specify ADD SUBPROPERTY--->"Null field Value" to '0' then the records won't get dropped.


Regards
Prasanna Lakshmi
sudhakar_viswa
Participant
Posts: 85
Joined: Fri Nov 18, 2005 5:35 am

Post by sudhakar_viswa »

Hi SHIVARANJANI,

Here i have one more way to resolve this problem. That is Put the following condition for LAST_UPDATE_DATE column derivation in Transformer stage.

If IsNull(<<link_name>>.LAST_UPDATE_DATE) Then SetNull() Else <<link_name>>.LAST_UPDATE_DATE

Regards,
-- sudhakar
i need to know datastage
Post Reply