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

Chapter 5 167
User Intrinsics
NRJE2Submit
The settings for
Direct
are as follows:
An odd number: your job file is written directly to
the MPE Spooler. Any translation or compression is
done during transmission of the job file to the host.
An even number: any required translation or
compression is done while copying the files you
specified in
FileList
to the spool file of your job.
Table 5-4, in the NRJESubmit intrinsic description,
shows how the
Direct
and
SubCode
parameters relate
to each other.
The three parameters described below (
PR
,
PU
, and
FO
)
cannot be used if you are connected to a VSE/POWER
host system.
PR
An input byte array of up to eighty-eight characters,
left-justified and blank-filled, with no embedded
blanks.
The
PR
array is used to control standard forms output
to the printer and contains one of these:
A backreferenced formal file designator preceded by
an asterisk (*
fileid
).
The
ldev
of an MPE output device (a numeric
entry).
An MPE device class name, enclosed in double
quotation marks (“DevClass”).
An actual file designator. The file must be built
before the job is submitted.
An alternate form name used as a key into the
Lookup Table. This designation can be up to eight
characters long and must be delimited by single
quotes (
‘formid'
).
PU
An input byte array of up to eighty-eight characters,
left-justified and blank-filled, with no embedded
blanks. The
PU
array is used to control standard forms
output to the punch stream. It is the same form as the
PR
array.
FO
An input byte array of up to eighty-eight characters,
left-justified and blank-filled, with no embedded
blanks. The
FO
array is used to control special forms
output for both the printer and punch stream. It is the
same form as the
PR
array.