Multiple choice technology

Which action is performed using stage variables in a parallel Transformer stage?

  1. A function can be executed once per record

  2. A function can be executed once per run

  3. Identify the first row of an input group

  4. All the Above

  5. None of the above

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

Stage variables in parallel Transformer stages can execute functions once per record for row-level calculations, once per run for initialization, and identify the first row of an input group using @INROWNUM or other techniques. This versatility makes stage variables powerful for complex transformation logic requiring different execution scopes.