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
jpraveen
Participant
Posts: 71
Joined: Sat Jun 06, 2009 7:10 am
Location: HYD

Null Handling

Post by jpraveen »

Hi,

I am using sequential file as target and i am getting the error in runtime.

Error:
Sequential_File_52: When checking operator: When validating export schema: At field "PRODUCT_E_DESC": Exporting nullable field without null handling properties.

While i am loading into to file, i am getting this error, Please provide solution for this...
Jaypee
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

Use Null handling functions , Specify any default value if its nulll
D.N .MURTHY
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

An exact search for "Exporting nullable field without null handling properties" would help as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can specify a global Null Field Value on the Format tab of the stage but may need to override this for particular columns by editing their extended properties.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply