Skip to main content

PAUSE JOB

Description​

User suspends a JOB. A stopped job can be resumed with RESUME JOB.

PAUSE JOB where jobName = 'job_name';

Example​

  1. Pause the job named test1.

    PAUSE JOB where jobName = 'test1';

Keywords​

    PAUSE, JOB

Best Practice​