QOPEN

The QOPEN.EXE command opens a queue. When a queue is open, and as long as it is not full, it will accept jobs that are submitted to it.

Syntax


QOPEN.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

QOPEN.EXE LOW_PRI

This example opens the queue called LOW_PRI.

Example B

QOPEN.EXE QUEUE3/SERVER=FOXBORO

This example opens queue QUEUE3 on the server named FOXBORO.

See Also:

Command Reference

Network Usage