job clone

Creates a new job by copying an existing job.

For examples of how to use this command, see Examples.

Syntax

job clone <jobID> [/scheduler:<name>]  
  
job clone {/? | /help}  

Parameters

Parameter Description
jobID Specifies the identifier for the job that you want to copy.
/scheduler:<name> Specifies the host name or IP address of the head node for the cluster that contains the job that you want to copy. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Examples

To create a new job by copying the job that has an identifier of 12, use the following command:

job copy 12  

Additional references