Null issue in look up

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
prasadreddyk
Participant
Posts: 2
Joined: Thu Mar 29, 2007 12:54 am
Location: chennai

Null issue in look up

Post by prasadreddyk »

I am getting a column from source which has a null value....and the same column is being used for look up....so how wud the look stage handle such a situation?the source which i am using is a flat file.

when I am doing lookup,the record which has null value for this coulmn gets rejeted...Is it always the case?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Null values tend not to come from sequential files, but you can specify your column metadata to get null values. I don't see why a lookup on a null column should be rejected, it is a valid lookup -- unless you have specified that the columns are not nullable in the source or the lookup.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Are you sure that the lookup stage is rejecting the records? Better if you can post the complete reject message.
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Post by ds_sai »

hi,
Look upstage will not reject any rows(even null values also),please check whether you specified the meta data correctly or not.

Cheers
ds_sai
Post Reply