NBSpool for MPE Reference Guide

Background Processing
5-11
The command file may then be executed with a wait time specified to operate continuously:
O> XEQ COPYSTD.SPOOL;WAIT=120
The following background job operates once a minute, moving spool files with output priorities
between
8
and
14
to another machine.
!JOB MOVEJOB,OPERATOR.SYS
!
!DSLINE ENGINE;LOGON=SPXFER,OPERATOR/SECRET.SYS
!
!RUN NBSPOOL.PUB.NETBASE
XEQ;WAIT=60
MOVE %8-14 TO *ENGINE
END
EXIT
!EOJ