Multiple choice technology

Which two stages allow reject links? (Choose two.)

  1. Join stage

  2. Merge stage

  3. Funnel stage

  4. Lookup stage

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

Merge and Lookup stages support reject links in Datastage. Merge rejects records that don't match on key columns. Lookup rejects records when lookup fails (if configured). Join and Funnel stages don't have reject links - Join handles non-matching data differently (left/right/full joins), and Funnel just combines data streams.