Multiple choice technology

Transformer Stage Variable can be used outside the Transformer stage?

  1. True

  2. False

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

Transformer Stage Variables are strictly local to the Transformer stage where they're defined. They cannot be referenced or accessed outside that specific stage, unlike some other DataStage constructs. This scope limitation is by design to maintain encapsulation within the stage logic.