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