Multiple choice technology

Job parameter values can be determined __________

  1. At Compile time

  2. At Run time

  3. At Both compile time and run time

  4. Never

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

Job parameters in DataStage are set at runtime when executing a job. This allows flexibility to control job behavior dynamically without modifying the job design. Compile time is incorrect because parameter values are not fixed during compilation.