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.
RESUME JOB WHERE jobName = 'job_name';
Examplesβ
-
Restart the JOB named test1.
RESUME JOB WHERE jobName = 'test1';
Keywordsβ
RESUME, JOB