NBSpool for MPE Reference Guide

Background Processing
5-9
END Command
The END command terminates the parsing phase of the XEQ command and ignores any additional
records in the file. This command is only needed if the commands are being entered from
$STDIN.
END Syntax
X> END
END Parameters
No parameters exist for the END command.
END Examples
To copy and purge all spool files with a priority of
8
to
14
to the remote computer every
60
seconds,
and repeat ten times, enter:
O> XEQ ;WAIT=60;REPEAT=10
X> MOVE %8-14 TO MASTER;NEWPRI=7
X> END