NBSpool for MPE Reference Guide
Chapter 3
3-62
logon. If the remote computer
ENGINE
goes down, NBSpool will logon again without any operator
intervention.
In the following example, some sample JCL do this.
!JOB MOVEJOB,OPERATOR.SYS
!
!DSLINE ENGINE;LOGON=SPXFER,OPERATOR/SECRET.SYS
!
!RUN NBSPOOL.PUB.NETBASE
XEQ;WAIT=60
ERROR IGNORE
MOVE %8-14 TO *ENGINE
END
EXIT
!EOJ
In the following example, the Quest Novell PC Gateway Product moves all spool files for device
class
RLASER
to Novell Server
MYSERVER
, Printer Queue HPLJQ.
O> MOVE DEV=RLASER TO GATEWAY;QUEUE=MYSERVER/HPLJQ
1 Spool files Qualify
DFID FILENAME JOB USER NAME SECTORS STATUS
-----------------------------------------------------------------
#O3434 APREPORT #J972 OPERATOR.SYS 272 Sent
In the following example, all spool files for device class
LASER
are moved to a LAN-connected
printer with a nodename of
LJPRINT
, such as a LaserJet.
O>
MOVE DEV=LASER TO LJPRINT;PTYPE=LJ
In the following example, all spool files for device class
RPRINT
are moved to a Novell File Server
called
NOVELL
, with a print queue called
LASER
.
O> MOVE DEV=RPRINT TO NOVELL;LPR;DEST=”LASER”