Multiple choice technology databases

How do you ensure re start ability of jobs within a sequencer.What options need to be checked for this?

  1. Automatically handle activities that fail

  2. Add checkpoints so sequence is restartable on failure

  3. Log warnings after activities that finish with status other than ok

  4. Log report messages after each job run

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

To enable restartability in a DataStage sequence, you add checkpoints. Checkpoints save the state of the sequence after each job, allowing the sequence to resume from the last checkpoint after failure, rather than restarting from the beginning.