SNA NRJE User/Programmer Reference Manual (30292-90006)

148 Chapter5
User Intrinsics
NRJEHJInfo
An entry is one of these:
file equation (:FILE
filename
, etc.).
ldev
of an MPE output device (numeric entry).
an MPE device class name, enclosed in double
quotes.
an actual file reference.
an alternate
formid
in the Lookup Table, enclosed
in single quotes.
PU
An output byte array (required). The
PU
array is a
list of destinations for output routed to NRJE punches
on the standard form. The entries are from transmitted
jobs that met the specifications in
UserName
and
JobList
.
Each entry in
PU
corresponds to an entry in
JobNum
.
Eachentry is eighty-eightcharacters long, left-justified,
and blank-filled. The same form is used as for
PR
entries.
FO
An output byte array (required). The
FO
array is a
list of destinations for output routed to NRJE printers
and punches on forms other than the standard form.
Entries are from transmitted jobs that met the
specifications in
UserName
and
JobList
.
Each entry in
FO
corresponds to an entry in
JobNum
.
Eachentry is eighty-eightcharacters long, left-justified,
and blank-filled. The same form is used as for
PR
entries.
Result
An eight-element integer output array (required).
The
Result
array contains error codes that occurred
during execution of this intrinsic.
The first element of the
Result
array is set to zero if no
errors took place. The structure of the
Result
array is
described in “Parameters Common to NRJE Intrinsics”
in the introduction to this chapter.
Always test the first element of
Result
immediately
after you call this intrinsic. If the first element of
Result
is not zero, test the other elements of
Result
to
determine the nature of the problem that has occurred.