Multiple choice technology

Is it possible to run a job in which the transformer does not have any input links?

  1. Yes

  2. No

  3. yes, always

  4. no,always

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

In DataStage server jobs, a Transformer stage can indeed run without any input links. This is commonly used when you need to generate data using expressions or system variables without processing an input data stream. For example, you could use a Transformer with no input to generate rows using system variables like @DATE or @TIME. Therefore option A (Yes) is correct.