Null value on accessor interfacing to field

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
karry450
Participant
Posts: 201
Joined: Wed Nov 14, 2007 11:31 pm
Location: HYD

Null value on accessor interfacing to field

Post by karry450 »

Null value on accessor interfacing to field "OPERATOR_CD"

This field is coming from source which is nullable yes and I am moving to the output link in atransformation which is also null yes.

I assume this is because I need to include code in the code nullto emapty or ifisnull set null .How can I do that?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you moving this field without doing any transformation to it? If so, then the incoming field is probably not nullable but contains a null. You can activate "$APT_PRINT_SCHEMAS" with "true" for one run of your job and check the log file to see what the actual runtime schemas between the stages are.
Post Reply