Multiple choice technology platforms and products

The satament valid for Job parameters

  1. One can change job parameters while the job is running and the change will immediately be applied tp the mid-job

  2. One can use environmentalvariables to set parameter values linked to the Job sequence

  3. One can change the parameter values in an initialization file linked to a Job Sequence.ini file

  4. One can change the job parameter in the designer and changes will be reflected without compilation

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

Job parameters cannot be changed while a job is running - changes require recompilation. However, environment variables can parameterize Job Sequences dynamically. You cannot modify parameters in .ini files mid-job or change Designer parameters without recompiling.