NBSpool for MPE Reference Guide
NBSpool Output Commands
3-99
To send all spool files, with device class
RM105
created today with priority greater than
1
, to the
IBM node name
RMT2
, and to create
2
copies and, after they are moved, change the priority to
1
,
enter:
O> SUBMIT DEV=RM105,=TODAY,>%1 TO RMT2;JCL=RM105,BACK;NEWPRI=1
Where
RM105
contains the following JCL:
//RM02JOB JOB
/*JOBPARM LINECT=60
/*ROUTE PRINT RMT2
/*OUTPUT DIST DEST=RM105,COPIES=2
//STEP1 EXEC PGM=NBSPIBM
//STEPLIB DD DSN=RM00.LIBRARY,DISP=SHR
//PRINT DD SYSOUT=(A,,DIST),DCB=(RECFM=FBA,LRECL=133,BLKSIZE=133)
//CARD DD *
To send all spool files with device class
RM115
to the IBM node name
RMT2
with banner pages, and
with an
NRJE
reader priority of
12
, and then to purge the spool files transmitted, enter:
O> BANNER DEV=RM105
O> SUBMIT !PREV TO RMT2;JCL=RM115,BACK;PRI=12;PURGE