Multiple choice technology

How do you execute jobs one after another in a single run?

  1. constructing job sequence

  2. constructing shared container

  3. constructing job activity

  4. none of the above

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

Job sequences in DataStage allow you to control the execution flow of multiple jobs, running them sequentially or based on conditions. Shared containers are reusable components, job activities are individual stages within a sequence. Sequences orchestrate job dependencies and order.