NBSpool for MPE Reference Guide
Chapter 3
3-96
SUBMIT
The
SUBMIT
command translates the specified spool files into fixed ASCII files, then submits them
to an IBM host via
SNA NRJE
. If the file is successfully submitted, it will optionally be purged or
altered. The
SUBMIT
command can process spool files of up to
100,000
records. To increase this
size, enter the following file equation before executing a
SUBMIT
command:
:FILE NBSPNRJE;DISC=500000 (or some other large number)
Also, the
SUBMIT
command assumes the
DIRECT
parameter which causes translation of the spool
file to occur during the transmission to the host.
Note. This command requires that
SNA NRJE
be installed on the system. If it is not, the
command will be rejected.
SUBMIT Syntax
O> SUBMIT subset TO wsid [;JCL=[front][,back] ]
[;JOBNAME=jobname ]
[;LPP=lines ]
[;MAXREC =recsize ]
[;NEWPRI =newpri ]
[;PRI =priority ]
[;PRINTER=printername]
[;ASK ]
[;PURGE ]
User Tip. This command may be abbreviated to
SUB
.