Previous Topic: /SERVER=remote_node

Next Topic: DELETE NSCHED$:RETRY.DAT;

/TYPE=type_name

Deletes all jobs that have this type name and match your username. For example: /TYPE=BACKUP or /TYPE=PROJECT-COSTS.

You can use the asterisk (*) and percent (%) wildcard characters in the type name.

  1. This command deletes a job named JOBNAME. The /CONFIRM qualifier is not used.
    SCHEDULE>  DELETE JOBNAME 
    %NSCHED-I-FLAGSET, Job    JOBNAME - DELETE Requested
    
  2. This command deletes a job named JOBNAME owned by user DOE. The /CONFIRM qualifier is not used.
    SCHEDULE>  DELETE JOBNAME=DOE 
    %NSCHED-I-FLAGSET, Job    JOBNAME - DELETE Requested
    
  3. This example uses the /CONFIRM qualifier, so the manager requests confirmation before deleting the job. After confirmation, the job named JOBNAME is deleted.
    SCHEDULE>  DELETE JOBNAME/CONFIRM 
    Job JOBNAME (jobnumber, DELETE? [No]) YES 
    %NSCHED-I-FLAGSET, Job    JOBNAME - DELETE Requested