SNA NRJE User/Programmer Reference Manual (30292-90006)
162 Chapter5
User Intrinsics
NRJESubmit
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). The
FileLens
array contains the length in bytes of each file identifier
in the
FileList
array.
Each element of
FileLens
specifies the length, in bytes,
of its corresponding file identifier in
FileList
, where
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 with 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 attempt to translate the file
from ASCII to EBCDIC.
You must use
SubCode[i]
=0 with
Direct
=1. Table 5-4,
in this intrinsic’s 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).
The identification in
Name
must begin with a letter,
contain alphanumeric characters, and be left-justified
with trailing blanks.
See Table 5-3, in the
NRJEJobInfo
intrinsic description.
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
entry for each
FileList
entry,
indicates translation and compression.