LKUP stage and null handling

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
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

LKUP stage and null handling

Post by Marley777 »

Get the warning below when trying to write data to reject files from a lkup stage. We have reject links comming from the lookups and writting to sequential files. Problem is we can't view the data in the sequential files we get no rows, but if we use peeks we see rows. Any ideas. Thanks.


ReinsHierRejects,0: Field "REINS_SPLMT_COL" is null but no null export handling is defined

ReinsHierRejects,0: Export was unsuccessful at record 1; continuing. [new-impexp/file_export.C:1305]
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Set Null Field Value to "" on the sequential file
You are the creator of your destiny - Swami Vivekananda
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

Post by Marley777 »

Hi Anbu, the reject link goes to the sequential file out of the lookup stage as a reject link. It won't let us do "" on teh sequential file. Any other ideas. Thanks.
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

Format tab of the sequential file under Field Defaults.
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

Post by Marley777 »

Thanks anbu and mhester. It works now.
Post Reply