Multiple choice technology platforms and products

The script can be executed after the job finishes using After-job subroutine. The After-job subroutine is executed in which condition

  1. Only when Job Finishes with out Warnings

  2. Only when Job Finishes with Warnings

  3. Only when Job Aborts

  4. All

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

After-job subroutines in DataStage execute regardless of job completion status - they run when the job finishes successfully, finishes with warnings, or aborts. This ensures cleanup and post-processing logic always executes.