NBSpool for MPE Reference Guide

Chapter 5
5-8
XEQSTOP Command
The XEQSTOP command is used to stop an executing NBSpool background process. An NBSpool
process is one which is executing an
XEQ command with either a repeat or wait option. The process
number is assigned when the process is first started, and is displayed in the
$STDLIST and on the
console. The
XEQSTOP command takes effect when the executing process reaches the end of its list
of commands to execute.
Note. This command requires
SM or OP capability.
XEQSTOP Syntax
O> XEQSTOP { procnum }
{ ALL }
Note.
O> XEQSTOP ALL will stop all the executing processes, rather than stopping each
process individually.
XEQSTOP Parameter
Parameter Description
procnum
This parameter specifies the process number to be stopped. This number can
be obtained from the
$STDLIST of an executing process or from the console
when the process starts.
ALL
This parameter stops all executing XEQ processes.