Multiple choice technology platforms and products

If any value is coming as null and is rejected in a sequential file for which NullFieldValue is not assigned then job will abort

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In DataStage, when a sequential file stage encounters a null value and the NullFieldValue property is not assigned, the row gets rejected. If no reject link is attached to handle rejected rows, the job aborts with a fatal error. This behavior ensures data quality by stopping execution rather than writing incomplete or inconsistent data.