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

96 Chapter3
User Commands
SUBMIT
is routed to a device class or
ldev
, the name of the form is passed in the
forms field of the FOPEN intrinsic.
This causes a hard copy forms mount request for the form specified to
be sent to the HP 3000 console when the spoolfile goes active.
If the FCB field is specified in your JCL, and FORMS output is routed
without the Lookup Table, and you do not specify any alternate PR=,
PU=, or FO= destinations, the FCB field is passed to FOPEN as an
environment file name in the group HPENV.SYS. Note that in all other
cases, the FCB field of the PDIR is ignored.
NOTE
You can override the default FOPEN options by specifying a
backreferenced formal file designator; for example,
FILE out=
myfile
;acc=append
Then, in the SUBMIT command include the following:
;PU=*out
You may track the progress of your job using the host console facility.
NRJE users may access the console provided that one or more console
commands have been allowed to users by the NRJE manager. Refer to
the SNA NRJE Node Manager’s Guide for additional information on
console commands.
Other Parameters
Unless you are routing with PR=
discfilename
, NRJE specifies a record
size of 256 bytes and uses the number of copies specified in the PDIR.
This value is set by the host in response to the number of copies
specified in your JCL. NRJE uses the priority configured in the
NMMGR Writer Data Screen for the logical writer on which the output
was received.
Console Commands
Console commands can be embedded in a submitted file. If included,
these commands must precede the JCL JOB card. If multiple jobs are
included in an input file, the host commands must precede the first JCL
JOB card. Embedded console commands between jobs in a single input
stream are not supported.
Note that “single input stream” means either a single input file with
multiple JOB cards or multiple input files entered with a single SUBMIT
command. If you have NM capability, or the embedded command is one
of those allowed to all users (specified in the NMMGR Workstation
Data screen), the console command is passed on as part of the job.
Otherwise, the command is stripped out and an error message is
displayed. The remainder of the job is submitted. SIGNOFF cards are
stripped from the input stream and an error message is displayed.