Multiple choice technology platforms and products

What can be used to derive values for the column 'JobName' that is to contain the name of the job that is running.

  1. Datastaage function

  2. Datastage Macro

  3. A system variable

  4. a link variable

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

DataStage provides built-in macros that can return metadata about the current job, including the job name. The DataStage Macro facility is the correct way to access runtime metadata like job name, invocation ID, and other system information within job derivations.