Lookup issue

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
reddy
Premium Member
Premium Member
Posts: 168
Joined: Tue Dec 07, 2004 12:54 pm

Lookup issue

Post by reddy »

Hi Guys,

Good morning. I am having the issue unmatched records with lookup stage. For unmatched records datastage populating zeros in the fields but one of my traget field (oracle database) is timestamp. because of this job is aborting. Could you please help me handing zeros in the timestamp format field. I appreciately your help and time.

Regards
Reddy
gateleys
Premium Member
Premium Member
Posts: 992
Joined: Mon Aug 08, 2005 5:08 pm
Location: USA

Re: Lookup issue

Post by gateleys »

If the target column (with Timestamp type) is an 'Optional' Column, then populate it with a Null (using the constant @NULL) instead of 0. However, if it is a 'Mandatory' column, then use a distant date, like 09/09/9999. But, I really think that should be mentioned as part of your job spec.
gateleys
Post Reply