PAUSE-JOB

Name

PAUSE JOB

Description

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

  1. PAUSE JOB where jobName = 'job_name';

Example

  1. Pause the job named test1.

    1. PAUSE JOB where jobName = 'test1';

Keywords

  1. PAUSE, JOB

Best Practice