Previous Topic

Next Topic

Delete a job queue entry (delete/queue or rmque)

The DELETE command removes a job entry from a scheduling queue. Consequently, this job does not proceed to any subsequent queues. This has no effect on the execution of a job that has already been submitted to the batch queue. Queue entries for prerequisite conditions can be deleted, resulting in the job that was waiting for these conditions proceeding to the next queue.

Windows/OpenVMS Format:

delete/queue /entry=number [-qualifiers]

UNIX/Linux Format:

rmque -entry=number [-qualifiers]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm or -[no]confirm

/node or -node = target_node

/entry or -entry = entry_number

Examples

Windows/OpenVMS:

Schedule> delete/queue/entry=93

UNIX/Linux:

Schedule> rmque -entry=93

Qualifiers


/[no]confirm or -[no]confirm

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

/hostname or -node =hostname

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

/entry or -entry =number

The ENTRY qualifier selects a particular entry in a scheduling queue.

/[no]log or -[no]log

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

See Also

QUEUE commands

Modify a job queue entry (modify/queue or chque)

Monitor job queues (monitor/queue or monque)

Display job queue information (type/queue or catque)