QCLOSE

The QCLOSE.EXE command closes a queue. When a queue is closed, it will not accept jobs that are submitted to it.

Syntax

QCLOSE.EXE 	QueueName

		/SERVER=ServerName

Qualifiers

/SERVER
This specifies the name of an Argent Queue Engine server. If this qualifier is absent, then the command uses the value of the XS_SERVER environment variable, if defined. If this environment variable is also absent, then the command assumes the local server.

Example A

QCLOSE.EXE LOW_PRI

This example closes the queue called LOW_PRI.

Example B

QCLOSE.EXE QUEUE2/SERVER=PROD_2003

This example closes the queue called QUEUE2 on server PROD_2003.

See Also:

Command Reference

Network Usage