Delete a job
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.
Windows/OpenVMS Format:
delete/job job_name [/qualifiers]
UNIX/Linux Format:
rmjob job_name [-qualifiers]
/[no]log or -[no]log
/[no]confirm or -[no]confirm
/[no]node=target_node
Windows:
Schedule> delete/job \myjobs\accounts
OpenVMS:
Schedule> delete/job [myjobs]account_file
Linux/UNIX:
Schedule> rmjob /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
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.