In how many ways can Funnel stage operate?
D
Correct answer
Explanation
The DataStage Funnel stage can operate in three different modes: Continuous (concatenates all inputs in order), Key-Based (merges records based on key values), and Sort-Merge (combines sorted inputs). These three operation modes provide flexibility for different data combination requirements - from simple concatenation to complex merging based on business keys.