Previous Topic

Next Topic

Book Contents

Book Index

delete/job

Delete a job schedule.

The DELETE command permanently removes a job definition and all references to this job from the on-line database. This includes any mention to this job on the prerequisite or initiate list of any other job.

General Format

delete/JOB job_name [/qualifiers]

Alternate

rmjob job_name [-qualifiers]

Qualifier Summary

/[no]log

/[no]confirm

/[no]node=target_node

Examples

C:\> schedule delete /job abc* -confirm

Delete \smith\abcd [y/n] ? (y):

Delete \smith\abce [Y/N] ? (Y): Y

Delete \smith\abcf [Y/N] ? (Y): N

Delete \smith\abcg [Y/N] ? (Y): Y

Qualifiers

/confirm

/noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/log

/nolog

The LOG qualifier causes each completed operation to issue a note to the user.

See Also

JOB commands

complete/job

copy/job

create/job

directory/job

edit/job

extract/job

increment/job

insert/job

modify/job

rebuild/job

rename/job

signal/job

submit/job

type/job