Which transormation logic, should i apply to process "N

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
sm.arunachalam
Participant
Posts: 2
Joined: Tue Dec 04, 2007 2:49 am

Which transormation logic, should i apply to process "N

Post by sm.arunachalam »

Hi,

I have a source in which more than 1000 EMP_IDs are there. I would like to process the ''Null'' IDs to Reject file and remaining to Output. Which transormation logic, should i apply? I would be very grateful to you guys. Thanks.
Sm.Arunachalam
trammohan
Participant
Posts: 47
Joined: Thu Nov 13, 2003 12:47 pm

Post by trammohan »

There are number of ways to implement this... best way is to use filter stage ........
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Or using IsNull()/IsNotNull() functions in the transformer stage.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply