Multiple choice technology

Which are right, option regarding the Switch Stage?

  1. It can have n number of input and n number of output

  2. It can have 1 input link and 128 output links

  3. It can have 1 input link and 127 output links

  4. It can have 2 input links and 127 output links

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

The Switch Stage in DataStage can accept only one input link but can route data to up to 128 output links based on conditional logic. This design supports complex branching scenarios where a single data stream needs to be split into multiple paths based on different conditions, making it a powerful routing tool in job designs.