Page 1 of 1

Error while running the job

Posted: Thu Jul 21, 2005 11:53 am
by hondaccord94
Hi can anyone let me know what does this error means and how can I correct this error.

I encountered this while running a parallel job.

main_program: When preparing operator: When setting up transfer for "amt _type_cd ":Source and destination have differing nullability

Thanks

Posted: Thu Jul 21, 2005 11:59 am
by Aravind
Can you check if the nullable option is set the same for the input and the output.

Posted: Thu Jul 21, 2005 4:48 pm
by ray.wurlod
It's telling you that, for this column, one of the following is true.
  • The input column is not null but the output column is null.

    The input column is null but the output column is not null.