IBM Exam Questions

What happens when a row is processed that contains NULL in that input column?

In a Transformer expression for a stage variable, there is a nullable input column. Assume the
legacy NULL processing option is turned off. What happens when a row is processed that contains
NULL in that input column?

A.
The job aborts.

B.
The row is rejected.

C.
NULL is written to the stage variable.

D.
The value written to the stage variable is undetermined.

Explanation: