SNA NRJE User/Programmer Reference Manual (30292-90006)
Chapter 5 151
User Intrinsics
NRJEJobInfo
FileId
An output integer array. The
FileId
array is a list
of file identifications of all submitted jobs that met the
specification in
Name
.
Each entry is an integer reference to a spool file
identification.
User
An output byte array. The
User
array is a list of
users of all submitted jobs that met the specification in
Name
.
Each entry in
User
corresponds to an entry in
FileId
.
Each entry is eighteen characters long, left-justified,
and blank-filled, in the form
UserName.AcctName
.
Following is an example of
User
with three entries:
TYRONE.SHOELACE
PHILLIP.MGASTANK
HARDLEI.ABLE
At least one trailing blank is in an entry.
JobName
An output byte array. The
JobName
array is a list of
job names of all submitted jobs that met the
specification in
Name
.
Each entry in
JobName
corresponds to an entry in
FileId
.
Each entry is eight characters long, left-justified, and
blank-filled. An example of
JobName
with three entries
is as follows:
FIRSTONE
PERRY
ENTE
JobSize
An output double-word integer array. The
JobSize
array is a list of job sizes, in sectors, of all
submitted jobs that met the specification in
Name
.
Each entry in
JobSize
corresponds to an entry in
FileId
.
Priority
An output integer array. The
Priority
array is a
list of job priorities of all submitted jobs that met the
specification in
Name
.
Each entry in
Priority
corresponds to an entry in
FileId
, where
Priority[i]
is from 0 through 14; 14 is
the highest priority.
Rank
An output integer array. The
Rank
array is a list of
job ranks in the transmission queue of all submitted
jobs that met the specification in
Name
.