Multiple choice technology

Which of the following is an intermediate processing variable that retains value during read and doesn’t pass the value into target column?

  1. Stage Variables

  2. Derivations

  3. Constants

  4. Functions

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

Stage Variables in DataStage are intermediate variables that hold values during row processing but don't automatically pass values to target columns. Derivations, Constants, and Functions don't match this description.