SNA NRJE User/Programmer Reference Manual (30292-90006)
166 Chapter5
User Intrinsics
NRJE2Submit
You must provide sufficient elements for this array. The
maximum length for this array is 3440 bytes (40 files *
86 character maximum per file reference). The format
of a file reference is as follows:
Infile[/LockWord][.GrpName[.AcctName[:Envid]]]
The meanings of the parameters used in this reference
are described in Chapter 3 , “User Commands,” in the
SUBMIT command description.
FileLens
An input integer array (required). Each element of
the
FileLens
array specifies the length in bytes of its
corresponding file identifier in the
FileList
array;
FileLens[i]
is from 0 through 86.
The maximum length of the
FileLens
array is 40
elements, to accommodate the MPE stacksize for the
NRJE intrinsics.
SubCode
An input integer array. Each element of the
SubCode
array corresponds to a file name in the
FileList
array. Each
SubCode
element must contain
one of these values:
• 0 = NRJE should translate the file from ASCII to
EBCDIC.
• 2 = NRJE should not translate the file to EBCDIC.
You must use
SubCode(i)
=0 with
Direct
=1. Table
5-4, in the NRJESubmit intrinsic description, shows
how the
SubCode
and
Direct
parameters relate to
each other.
Name
An eight-character input byte array. The
Name
array provides an identification for each spool file
created (one per host job in your submitted stream).
The identification in
Name
must begin with a letter,
contain alphanumeric characters, and be left-justified
and blank-filled.
If a blank name is supplied, the spool file is named with
the jobname from your JCL JOB card.
Pri
An integer input parameter. The
Pri
parameter
specifies your job input priority, from 0 through 14; 14
is the highest priority.
If you set
Pri
=0, the MPE-configured default is used.
Direct
An input integer. The
Direct
parameter, together
with the
SubCode
element for each
FileList
entry,
indicates translation and compression.