RESUME-JOB

Name

RESUME JOB

Description

Used to restart a JOB in PAUSE state. The restarted job will continue to be executed periodically. A JOB in STOP state cannot be resumed.

  1. RESUME JOB WHERE jobName = 'job_name';

Example

  1. Restart the JOB named test1.

    1. RESUME JOB WHERE jobName = 'test1';

Keywords

  1. RESUME, JOB

Best Practice