Multiple choice technology

In the below options which is the Passive stage in datastage?

  1. Transformer

  2. Sequential File

  3. Aggregator

  4. Sort

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

In DataStage, passive stages are those that don't perform any active data processing or transformation - they simply read from or write to data sources. The Sequential File stage is passive because it only reads from or writes to files without manipulating the data. In contrast, Transformer, Aggregator, and Sort are active stages that perform data transformations.