NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
NCLQUEUE RESET
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–163
NCLQUEUE RESET The NCLQUEUE RESET command deletes an NCL queue. You can specify whether to
execute or delete NCL processes currently in the queue. NCL processes sent to the
queue and currently executing continue to execute.
NCLQUEUE RESET=
queue-name
[ PURGE={ YES | NO } ]
Note Any user who can write NCL procedures can use the START verb to send an NCL procedure to any NCL
queue. Therefore, deleting an NCL queue can affect many users.
queue-name
specifies the name of an NCL queue. If the queue does not exist, the command is
ignored: otherwise, the queue is deleted.
You can specify a queue name from 1 through 20 characters long. You can use the
following characters:
Alphabetic characters: A through Z and a through z
Numeric characters: 0 through 9
Other characters: ^ ~ # $ { } - . : @ [ \ ] _ ` |
PURGE
specifies whether to execute or purge NCL processes currently in the queue.
YES
specifies that all NCL processes in the queue are to be purged when the queue
is deleted. The NCL processes are not executed.
NO
specifies that all NCL processes in the queue are to be executed before the
queue is deleted.
Considerations
The default authority level of this command is 4
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
For related information, see the PARAM NCLQUEUESVOL, NCLQUEUE SET,
SHOW NCL, and SHOW NCLQUEUE commands.