SNA NRJE User/Programmer Reference Manual (30292-90006)
90 Chapter3
User Commands
SUBMIT
SUBMIT
Prepares a batch input job stream for transmission to a host system.
Syntax
(N)
S[UBMIT]
Infile
[ (NOTRANSLATE) ], ...
[ ;D[IRECT] ]
[ ;PRIO[RITY] =
n
]
[ ;J[OBNAME] =
Name
]
[ ;W[SID] =
Wsid
]
[ ;PR[INT] =
PrintFile
]
[ ;PU[NCH] =
PunchFile
]
[ ;F[ORMS] =
FormFile
]
[ ;M[AXREC] =
MaxRecSize
]
Parameters
Infile
Identifies a file to be submitted. An
Infile
can be a
qualified or unqualified file designator, or a formal file
designator which has been equated with an actual file
designator. See the discussion below for additional
information on
Infile
designation.
System files $NULL, $STDLIST, and $NEWPASS are not
allowed as
Infiles
.
For both $STDIN and $STDINX, you must close with
:EOD.
You must specify at least one
Infile
; you can specify
up to five.
(NOTRANSLATE)
Indicates that the contents of the
Infile
should not be
translated into the character code configured for the
host system. You must include the () as part of this
parameter. The abbreviated form of (NOTRANSLATE) is
(N).
If you indicate NOTRANSLATE) for some
Infiles
, the
other
Infiles
will be translated while being stored in
the transmission queue. You cannot use
(NOTRANSLATE) and DIRECT together.